Start with Blogging
Basic Sctructure Hugo is the static site generator
Atom is an editor (optional)
pacman -Ss atom
GitLab is the hosting platform
Markdown is the language to type
Hugo Commands as a terminal app, it uses commands in the folder of the site hugo server
generates the site and ca be viewed on localhost:1313
Markdown Front Matter is the header of a post and is to use Metadata
yaml uses --- (3 dashes) and no "" (quotes)