|
1 month ago | |
---|---|---|
archetypes | 1 year ago | |
beautifulhugo @ c07daadde8 | 1 month ago | |
content/post | 1 month ago | |
static/img | 1 year ago | |
themes/beautifulhugo | 1 year ago | |
.gitignore | 1 month ago | |
.gitmodules | 1 year ago | |
README.md | 1 year ago | |
config.toml | 1 month ago |
hugo server -D
# in order to add git commit on blog pages
export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
# gen blog inside ./static folder
hugo