feat: Initialize Rust blog CMS project with Axum, Askama, SQLite, and DevContainer setup.

This commit is contained in:
2026-03-02 20:14:54 +00:00
commit 02709fbea1
9 changed files with 2238 additions and 0 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
PORT=3000
DATABASE_URL=sqlite://data.db