New article "fhir date parameters", config changes for multilanguage

support, tarnslations for existing pages and articles
This commit is contained in:
2026-08-13 12:44:58 +02:00
parent 26ab40dfa1
commit 1f58649b3d
25 changed files with 1916 additions and 34 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
WEBSERVER='aquaria'
build() {
[[ ! ${VIRTUAL_ENV} ]] && NO_VENV=1 && source ./venv/bin/activate
[[ ! ${VIRTUAL_ENV} ]] && NO_VENV=1 && source ./.venv/bin/activate
pelican
retval=$?
[[ ${NO_VENV} ]] && deactivate
@@ -11,7 +11,7 @@ build() {
}
upload() {
rsync -avz --delete output/* ${WEBSERVER}:~/web/
rsync -avz --delete output/* ${WEBSERVER}:~/web/haemka.de/
}
build