use hugo-coder theme
This commit is contained in:
parent
f4239fb581
commit
9464c61bf2
2 changed files with 59 additions and 29 deletions
|
@ -9,6 +9,9 @@ git submodule update --recursive --remote
|
|||
git pull
|
||||
|
||||
# rerun hugo generator
|
||||
# export the GIT env vars we need to have links in the footer
|
||||
export GIT_COMMIT_SHA=`git rev-parse --verify HEAD`
|
||||
export GIT_COMMIT_SHA_SHORT=`git rev-parse --short HEAD`
|
||||
./hugo
|
||||
|
||||
# current date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue