Tech blog !
Find a file
2024-11-15 09:29:18 +01:00
archetypes Bootstrap \o/ 2017-09-03 18:13:29 +02:00
content/post content: Add demystifying Ruby 2/3 2024-11-15 09:29:18 +01:00
static/img Add icons 2017-09-04 13:41:42 +02:00
themes chore: update theme 2024-10-12 18:41:55 +02:00
.gitignore chore: add lock file to gitignore 2024-10-20 18:08:55 +02:00
.gitmodules Fix: clean theme mess, move submod to themes folder 2019-06-16 00:47:34 +02:00
config.toml Replace {} with * 2020-07-14 18:00:38 +02:00
README.md Export is a lowercase command ! 2017-09-04 13:45:36 +02:00

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