Tech blog !
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Wilfried OLLIVIER 4f8ffb5f45
Add 06-cka article
5 months ago
archetypes Bootstrap \o/ 6 years ago
content/post Add 06-cka article 5 months ago
static/img Add icons 6 years ago
themes Update theme 2 years ago
.gitignore Fix: Harmonize files by adding new line if nedded 3 years ago
.gitmodules Fix: clean theme mess, move submod to themes folder 4 years ago
README.md Export is a lowercase command ! 6 years ago
config.toml Replace {} with * 3 years ago

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