HOWTO.ssg - raynaldmo/HOWTO GitHub Wiki

Static Site Generators

Jekyll

Resources

Hugo

Start development server

  • hugo server
  • hugo server --buildDrafts --disableFastRender

Add post

  • hugo new content content/posts/<new-post>.md
  • Use Ulysses to create content
  • Export content as Text/Markdown
  • Copy into <new-post>.md

Build site

  • hugo
⚠️ **GitHub.com Fallback** ⚠️