repos

blog.bythewood.me-rust

mirror archived upstream

Single-binary self-hosted Markdown blog on Rust axum: no database, live search, Typst PDF export, and strong SEO.

axumblogdockermarkdownminijinjarustself-hostedtypstvite

98 B · 7 lines · YAML Raw History
1services:
2  web:
3    container_name: blog
4    build: .
5    init: true
6    restart: unless-stopped