# 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

build-con:
    docker build --platform linux/amd64,linux/arm64 -t git.grobecker.me/erik/blog:latest --push .