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