initial testing with Zensical

This commit is a test run, currently I would stick with MM proper until
Zensical is more mature. Hopefully in about half a year.

Missing features:
- blog for news articles (using template at the moment, not ideal)
This commit is contained in:
2026-01-07 15:17:22 +01:00
parent 5f759a629a
commit 8776887a1e
15 changed files with 349 additions and 36 deletions

View File

@@ -1,9 +1,8 @@
---
services:
mkdocs:
build: .
# explicitly force live-reloading per https://github.com/squidfunk/mkdocs-material/issues/8478
command: serve --dev-addr=0.0.0.0:8000 --livereload
zensical:
image: docker.io/zensical/zensical:latest
command: serve --dev-addr=0.0.0.0:8000
security_opt:
- no-new-privileges:true
volumes: