Get obidian live sync to work and add doc site

This commit is contained in:
James Thompson
2026-03-23 08:01:38 +00:00
parent 95bdab6b9d
commit c546fab5e1
12 changed files with 80 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
SERVICES=traefik whoami gitea nextcloud devbox
SERVICES=traefik whoami gitea nextcloud devbox docs-site
.PHONY: up down restart backup init-env env-sync docs generate-docs serve-docs logs status up-% down-%
@@ -69,12 +69,6 @@ generate-docs:
python3 scripts/generate_docs.py
docs: generate-docs
@command -v uvx >/dev/null 2>&1 || { \
echo "Error: uvx is not installed or not in PATH."; \
echo "Install with: curl -LsSf https://astral.sh/uv/install.sh | sh"; \
echo "Then run: source $$HOME/.local/bin/env"; \
exit 1; \
}
uvx --from mkdocs-material --with mkdocs-include-markdown-plugin mkdocs build
serve-docs: generate-docs