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.
|
5 months ago | |
---|---|---|
archetypes | 6 years ago | |
content/post | 5 months ago | |
static/img | 6 years ago | |
themes | 2 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 4 years ago | |
README.md | 6 years ago | |
config.toml | 3 years ago |
README.md
Blog
Tools
- Hugo : https://gohugo.io
- Blog theme : https://github.com/halogenica/beautifulhugo
- pygments (python package) for syntax coloration
Run, check
hugo server -D
Generate
# 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