2024-10-03 17:07:46 +02:00
|
|
|
# use PowerShell instead of sh:
|
2024-10-11 00:07:42 +02:00
|
|
|
#set shell := ["powershell.exe", "-c"]
|
2024-10-03 17:07:46 +02:00
|
|
|
|
|
|
|
|
|
|
|
# view the blog as it would be published in a browser
|
|
|
|
view:
|
2024-10-11 00:07:42 +02:00
|
|
|
zola serve -f
|
2024-10-03 17:07:46 +02:00
|
|
|
|
|
|
|
# view the blog with drafts in a browser
|
|
|
|
view-drafts:
|
2024-10-11 00:07:42 +02:00
|
|
|
zola serve --drafts -f
|