I dont know what Im doing
This commit is contained in:
parent
db09fdde41
commit
058a73b159
9 changed files with 161 additions and 19 deletions
11
justfile
Normal file
11
justfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# use PowerShell instead of sh:
|
||||
set shell := ["powershell.exe", "-c"]
|
||||
|
||||
|
||||
# view the blog as it would be published in a browser
|
||||
view:
|
||||
zola serve
|
||||
|
||||
# view the blog with drafts in a browser
|
||||
view-drafts:
|
||||
zola serve --drafts
|
Loading…
Add table
Add a link
Reference in a new issue