Sean's Musings as a Service

Sean's Musings as a Service

Hugo Static CMS

  • Published:
  • categories:
  • tags: hugo, golang

Helpers for using Hugo

  • Templating
  • Syntax Highlighting

Usage

Running development server

When creating new content.

    hugo server --buildDrafts

If in conjunction with theme development.

    hugo server --themesDir <dir>

Content

Build

Deploy

https://gohugo.io/hosting-and-deployment/hugo-deploy/