Andy's Iter.

Hugo Doc Snipets

Useful for images and video

Deploy

How to deploy: https://gohugo.io/hosting-and-deployment/hosting-on-github/ Domain : https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site Setting up custom domains: https://www.youtube.com/watch?v=rIXWUJ5U8bY

At the start of templates remember to load: This sets up all the information to make the notes listable on our website.

+++

title = "Markdown Syntax Guide"

date = "2020-01-03" 

description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."

tags = [ "markdown", "syntax", ]

+++