blog/README.md

20 lines
414 B
Markdown
Raw Permalink Normal View History

2017-09-03 16:13:29 +00:00
# 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
2017-09-04 11:45:36 +00:00
export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
2017-09-03 16:13:29 +00:00
# gen blog inside ./static folder
hugo