New hugo post

  1. Run: hugo new posts/<uri_of_post>.md Img1

  2. Open in markdown editor (e.g. Obsidian)

  3. Once you’ve finished writing the post change draft from true to false

  4. Navigate in your terminal to the main blog directory and run hugo

  5. Navigate to the public directory

  6. Run git add .

  7. Run Git commit -m "<name of blog post>"

  8. Run git push origin master