fix(post): fix typos and line breaks in 0001

This commit is contained in:
Radu C. Martin 2025-04-21 09:19:25 +02:00
parent f3d07d0594
commit 3a8a5ad8d6

View file

@ -131,17 +131,18 @@ self-contained—easier to install and maintain, which is great for CI.
Long story short: I found a Hugo theme similar to Chirpy and migrated Long story short: I found a Hugo theme similar to Chirpy and migrated
everything over even before the blog technically went live. Win-win? everything over even before the blog technically went live. Win-win?
### Infrastructure Both of the themes I looked at are designed for easy GitHub ### Infrastructure
Pages deployment. Fork the theme, add your content, push—CI/CD handles the Both of the themes I looked at are designed for easy GitHub Pages deployment.
rest. Fork the theme, add your content, push—CI/CD handles the rest.
But wheres the fun in that? Hosting it on GitHub isn't very “old internet”, But wheres the fun in that? Hosting it on GitHub isn't very “old internet”,
and Im already self-hosting my own git forge, so everythings ready to go. and Im already self-hosting my own git forge, so everythings ready to go.
#### Self-Hosting I had a few options for deployment. My first idea was to go #### Self-Hosting
self-contained: after the site is built, the files get copied into an nginx I had a few options for deployment. My first idea was to go self-contained:
container and pushed to my forgejo container registry. Then its deployed via after the site is built, the files get copied into an nginx container and
Docker Compose and updated by Renovate. pushed to my forgejo container registry. Then its deployed via Docker Compose
and updated by Renovate.
I tried this—and while its straightforward to implement—it didnt sit well I tried this—and while its straightforward to implement—it didnt sit well
with me. Renovate only updates the digest after a new image is published, so with me. Renovate only updates the digest after a new image is published, so
@ -227,8 +228,8 @@ projects.
- No promises about future posts. That **never** works out (Ill explain why - No promises about future posts. That **never** works out (Ill explain why
that is… in a future post). that is… in a future post).
## What to expect, and how often can be expected No expectations. No schedule. ## What to expect, and how often can be expected
No guarantees of quality or consistency. Youve been warned. No expectations. No schedule. No guarantees of quality or consistency.
**Postscriptum**: I started writing this post on April 7th, but only managed to **Postscriptum**: I started writing this post on April 7th, but only managed to
publish it now. Is that an indicator of how often I'm going to actually publish publish it now. Is that an indicator of how often I'm going to actually publish