Skip to content

avkosme/hugo-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo

Hugo site generator

Installation, create new site, start

$ make init
$ docker run --rm -v `pwd`:`pwd` -w `pwd` klakegg/hugo:alpine new site hugo
$ cd hugo
$ git init
$ git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
$ echo theme = \"ananke\" >> config.toml
$ docker run --rm -v `pwd`:`pwd` -w `pwd`/hugo klakegg/hugo:alpine new posts/my-first-post.md
$ make start

About

Hugo site generator - docker boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published