A fast and simple blog backend.
Go to file
Brian Picciano 1f3ae665ed Introduce EDIT and MANAGE methods
All admin "index" pages are moved under MANAGE, so that we can have (for
example) and normal "GET /posts" page later which would replace the
current index page, and potentially corresponding pages for the other
categories.

The EDIT method replaces the old `?edit` pattern, which normalizes how
we differentiate page functionality generally.
2022-11-29 20:59:31 +01:00
src Introduce EDIT and MANAGE methods 2022-11-29 20:59:31 +01:00
.gitignore Remove all 'old nix' stuff, plus configs and unused dev environment 2022-11-27 22:02:20 +01:00
flake.lock Got it working with nix flake 2022-11-27 21:25:25 +01:00
flake.nix Got it working with nix flake 2022-11-27 21:25:25 +01:00
LICENSE.txt build the blog with nix 2021-01-21 17:22:53 -07:00