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:
- Hugo Github Netlify Checklist
- Hugo Markdown Editor
- Hugo Installation
- Hugo New Project Creation
- Hugo Create Site Structure Template
- Hugo Front Matter
- Hugo Directory Structure
- Hugo Themes
- Hugo Custom CSS
- Hugo Partials
- Hugo Short Codes
- Hugo + Github
- Hugo + Github + Netlify CDN
- Hugo Github Reinstall
- Export Wordpress to Hugo
- Hugo YAML 2 TOML
- Python Change Markdown Globally
- Bulk Create toml menus python