Skip to content

adeci/devblog

Repository files navigation

devblog

Live at: adeci.dev

built with nix

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.

How to run

Development:

  • Local clone
    nix run .#dev

Production:

  • Local clone
    nix run .
  • Remote
    nix run github:adeci/devblog

Writing posts

Drop markdown files in posts/ with YAML frontmatter:

---
title: "Post Title"
date: "YYYY-MM-DD"
tags: ["rust", "nix"]
---

# Your content here

That's it. Commit and deploy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors