Migrate to mdBook

This commit is contained in:
Stavros Korokithakis
2021-11-20 02:13:37 +00:00
parent 208653eb0d
commit 4caaff6c90
80 changed files with 411 additions and 408 deletions

11
build Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -euxo pipefail
rm -rf public/
mdbook build -d public
# Make checkboxes editable, just in case the user wants to keep their own checklist.
find public/ -name "*.html" -type f -exec sed -i 's/input disabled=""/input/g' {} +
cp -R static/* public/