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:
parent
b31851236c
commit
38170ba6ec
9 changed files with 252 additions and 19 deletions
6
justfile
6
justfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue