docs: rework template and add stages framework

This commit is contained in:
multisn8 2024-01-02 05:03:29 +01:00
parent 6217a984a2
commit 3746726245
Signed by untrusted user: multisamplednight
GPG key ID: C81EF9B053977241
5 changed files with 152 additions and 22 deletions

View file

@ -3,3 +3,4 @@ docs:
typst compile $doc --root=docs; \
mv "$(dirname $doc)/$(basename $doc .typ).pdf" docs/compiled/; \
done