Information Technology Grimoire

Version .0.0.1

IT Notes from various projects because I forget, and hopefully they help you too.

Hugo

Hugo is actually a static site generator, not a server. You generate static pages from markdown in your “content” folder, then either manually upload the “public” folder that was generated or put the entire workflow in git and deploy on a CDN like netlify or Cloudflare.

It has short codes, can use dynamic aspects, JavaScript, Forms, etc, but it’s static - that means, no server infrasture to pay for or get hacked.

Articles, Tips, Tricks in the Hugo Category:

Last updated on 25 Jan 2024