docs: rework template and add stages framework

This commit is contained in:
MultisampledNight 2024-01-02 05:03:29 +01:00
commit 3746726245
No known key found for this signature in database
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