Tech blog !
Go to file
Wilfried OLLIVIER ba3ba7f3b3 Add introduction 2019-01-18 12:11:15 +01:00
archetypes Bootstrap \o/ 2017-09-03 18:13:29 +02:00
beautifulhugo@c07daadde8 Update blog theme 2019-01-18 09:58:25 +01:00
content/post Add introduction 2019-01-18 12:11:15 +01: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
.gitignore Add gitignore 2019-01-18 09:34:59 +01:00
.gitmodules Bootstrap \o/ 2017-09-03 18:13:29 +02:00
README.md Export is a lowercase command ! 2017-09-04 13:45:36 +02:00
config.toml Remove website 2019-01-18 10:20:20 +01: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