blog/justfile
Erik Grobecker 38170ba6ec
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
2024-10-11 00:07:42 +02:00

11 lines
233 B
Makefile

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