added version information

This commit is contained in:
2024-08-21 21:49:00 +02:00
parent 85bf73bdf3
commit fc9fce6e6d
4 changed files with 52 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ prep:
git submodule foreach --recursive bash -c "git checkout $$(git remote show origin | grep HEAD | sed 's/.*\: //'); git pull"
build: prep
hugo
./version.sh
run: prep
hugo server