blog/Readme.md
Wilfried OLLIVIER f5391008e6 Bootstrap \o/
2017-09-03 18:13:29 +02:00

414 B

Blog

Tools

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