hugo server --buildDrafts
// or
hugo server -D
- add a new page
hugo new content posts/hello-world.md
- set the front matter
draft
parameter tofalse
+++
title = 'My First Post'
date = 2024-01-14T07:07:07+01:00
draft = false
+++
simply push to github. Cloudflare will take care of the rest.