blog: Zola site, nginx image, Forgejo deploy pipeline
This commit is contained in:
commit
a4b677f898
23 changed files with 561 additions and 0 deletions
5
content/_index.md
Normal file
5
content/_index.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
sort_by = "date"
|
||||
template = "index.html"
|
||||
page_template = "page.html"
|
||||
+++
|
||||
11
content/hello-world.md
Normal file
11
content/hello-world.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "Hello, world"
|
||||
date = 2026-07-16
|
||||
description = "First post: what this blog is for."
|
||||
+++
|
||||
|
||||
Short posts on DevOps and infrastructure engineering: NixOS, Kubernetes, Docker,
|
||||
CI/CD, and the occasional war story from running small self-hosted stacks.
|
||||
|
||||
The blog itself is [Zola](https://www.getzola.org/), built in CI into an nginx
|
||||
container and served behind Traefik, next to [asxp.io](https://asxp.io).
|
||||
Loading…
Add table
Add a link
Reference in a new issue