Live at: adeci.dev
A minimal technical blog built with the RAM stack (Rust, Axum, Maud).
Powered by Nix and deployed to a computer in my closet as the lord intended.
Development:
- Local clone
nix run .#dev
Production:
- Local clone
nix run . - Remote
nix run github:adeci/devblog
Drop markdown files in posts/ with YAML frontmatter:
---
title: "Post Title"
date: "YYYY-MM-DD"
tags: ["rust", "nix"]
---
# Your content hereThat's it. Commit and deploy.