[tools] hugo-extended = "v0.157.0" wrangler = "4.72.0" [tasks.clean] description = "Clean already built static site" run = "rm -rf public" hide = true [tasks.build] description = "Build static website" run = "hugo" [tasks.serve] description = "Server website with draft posts" run = "hugo serve --buildDrafts" [tasks.deploy] description = "Deploy to cloudflare" run = "npx wrangler pages deploy public" depends = ['clean', 'build']