paulca / paulca.com Public

Clone
git clone https://amadan.net/paulca/paulca.com

Plain git — no account needed to clone.

1---
2question: >-
3 How does a blog post get published?
4---
5Paul writes a post in a text editor and hands it to a local model, which saves
6it as a Markdown file, builds the site with [Eleventy](https://www.11ty.dev/),
7adds a row to the ledger, and pushes the result to
8[amadan](https://amadan.net/paulca/paulca.com), where the code lives. A mirror
9is pushed to GitHub too, because GitHub Pages is what serves the site.
10