1
0
Fork 0

set version in footer

This commit is contained in:
dark_hash 2025-02-03 23:00:47 +01:00
parent 10f4d8a23c
commit b9cd9cb1b5
2 changed files with 9 additions and 0 deletions
.forgejo/workflows
hugo.toml

View file

@ -33,6 +33,12 @@ jobs:
submodules: recursive
lfs: 'true'
- name: Replace version and timestamp
run: |
sed -i -e "s/{{TAG}}/$GITHUB_REF_NAME/g" ./hugo.toml
sed -i -e "s/{{COMMIT}}/$GITHUB_SHA/g" ./hugo.toml
sed -i -e "s/show_version = false/show_version = true/g" ./hugo.toml
- name: Build website
run: |
hugo build --minify

View file

@ -44,6 +44,9 @@ defaultContentLanguageInSubdir = false
customCSS = ["css/its.css"] # Include custom CSS files
customJS = ["js/its.js"] # Include custom JS files
imageSizes = [ 320, 640, 960, 1280, 1920 ]
tag = "{{TAG}}"
commit = "{{COMMIT}}"
show_version = false
[Params.style.vars]
highlightColor = "#109c11" # matrix green