I dont even know what I did

- adjusted the justfile
- added my repo to the header
- added a backlog
- added more typst
- added some html with revealjs
This commit is contained in:
Erik Grobecker 2024-10-11 00:07:42 +02:00
parent b31851236c
commit 38170ba6ec
Signed by: Erik
GPG key ID: 80D020D0ABBD3FB2
9 changed files with 252 additions and 19 deletions

View file

@ -1,11 +1,11 @@
# use PowerShell instead of sh:
set shell := ["powershell.exe", "-c"]
#set shell := ["powershell.exe", "-c"]
# view the blog as it would be published in a browser
view:
zola serve
zola serve -f
# view the blog with drafts in a browser
view-drafts:
zola serve --drafts
zola serve --drafts -f