Faster posting
TL;DR: the minimal template is:
---
title: "Faster posting"
date: 2023-12-26
---
Content with no initial title
Details:
I’m using Hugo, which is a static site generator.
Looks like it’s possible to post from gitea. Let’s try…
Step 1: install drone.io. The site builds, and this file is rendered, but it’s not part of the index.
Step 2: add a minimal header with draft
and authors
.
Step 3: add a title and date.
Step 4: drone stops updating to the latest?
Step 5: drop the header
Step 6: re-add the header. The publish date was in the future.
Step 7: just the date.
Step 8: just the title.
Step 9: re-add the date.