Initial commit.

This commit is contained in:
Johannes Findeisen 2022-11-12 17:29:19 +01:00
commit e65fbae8dd
11 changed files with 513 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
build:
./venv/bin/mkdocs build
serve:
./venv/bin/mkdocs serve