Tech blog !
Go to file
Wilfried OLLIVIER 552c835f31 Add icons 2017-09-04 13:41:42 +02:00
archetypes Bootstrap \o/ 2017-09-03 18:13:29 +02:00
beautifulhugo@b760205613 Bootstrap \o/ 2017-09-03 18:13:29 +02:00
static/img Add icons 2017-09-04 13:41:42 +02:00
themes/beautifulhugo Bootstrap \o/ 2017-09-03 18:13:29 +02:00
.gitmodules Bootstrap \o/ 2017-09-03 18:13:29 +02:00
README.md Move Readme 2017-09-04 13:41:28 +02:00
config.toml Add icons 2017-09-04 13:41:42 +02:00

README.md

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