This site contains the hugo static site generator source and configuration for the Tremor Project www site.
When writing new content, the Hugo website framework can be used to locally test the content and any changes to themes and templates.
brew install hugo
hugo server -D
The -D
flag will enable drafts which we disable for the production site but is useful
for work in progress content development
Hugo will watch for changes so it can be kept running during content development with periodic browser refreshes to see changes. Sometimes a hard refresh may be required.
Content is licensed under ASL 2
The hugo theme is licensed under MIT and is a derived work based on the Kube Hugo theme