first commit

This commit is contained in:
Chris Cowley 2024-10-03 14:03:46 +02:00
commit 6ad92f944d
6 changed files with 72 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
init:
podman run --rm -ti -v ${PWD}:/docs docker.io/squidfunk/mkdocs-material new .
preview:
podman run --rm -ti -v ${PWD}:/docs -p 8000:8000 docker.io/squidfunk/mkdocs-material
build:
podman run --rm -ti -v ${PWD}:/docs docker.io/squidfunk/mkdocs-material build