Skip to content

A template for static website projects using Hugo

Notifications You must be signed in to change notification settings

alimac/hugo-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A template for static website projects

Tools!

Terraform, Hugo, and Docker are all tools built with Go!

Blog posts!

Build a site

Clone this repo:

git clone --recurse-submodules git@github.com:alimac/hugo-starter.git
cd hugo-starter
  • make
  • make help
  • Set WEBSITE
  • make build
  • make new-site
  • Update config.toml to add theme = "ananke"
  • make serve
  • make edit
  • make random-post

Basic theme configuration:

# Put links to main sections in the menu bar
SectionPagesMenu = "main"

[params]
  description = "Building static sites with Docker, Hugo, Terraform, and Netlify."
  twitter = "https://twitter.com/womenwhogo_chi"

[permalinks]
  post = "/:slug/"

Visit ananke theme for more details, or explore other Hugo themes.

About

A template for static website projects using Hugo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published