Erik Grobecker
38170ba6ec
- adjusted the justfile - added my repo to the header - added a backlog - added more typst - added some html with revealjs
11 lines
233 B
Makefile
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
|