blog: Zola site, nginx image, Forgejo deploy pipeline
All checks were successful
Build and Deploy to Production / check (push) Successful in 9s
Build and Deploy to Production / build (push) Successful in 25s
Build and Deploy to Production / deploy (push) Successful in 36s

This commit is contained in:
Sergei Poljanski 2026-07-16 19:51:31 +04:00
commit a4b677f898
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
23 changed files with 561 additions and 0 deletions

5
content/_index.md Normal file
View file

@ -0,0 +1,5 @@
+++
sort_by = "date"
template = "index.html"
page_template = "page.html"
+++

11
content/hello-world.md Normal file
View 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).