You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
archetypes | 4 years ago | |
content | 4 years ago | |
logs | 4 years ago | |
static/images | 4 years ago | |
themes/ananke | 4 years ago | |
Readme.md | 4 years ago | |
config.toml | 4 years ago |
Readme.md
Build Site from sources
Get the Hugo Binrary from https://github.com/gohugoio/hugo
mkdir $GOPATH/src
cd $GOPATH/src
git clone https://github.com/gohugoio/hugo.git
cd hugo
go install
then use hugo like this:
hugo
this will generate the public directory