A simple blogging CMSS
Find a file
Leon Mika 6c69131b03 feat: add category pages and per-category feeds to site builder
Extend the publishing pipeline to generate category index pages,
per-category archive pages, per-category RSS/JSON feeds, and display
categories on individual post pages and post lists.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 21:51:19 +11:00
.idea Initial commit 2026-02-18 22:07:18 +11:00
_test-site Added keyboard shortcuts for post editing. 2026-02-24 22:21:26 +11:00
assets Set image URLs to absolute paths 2026-03-09 09:32:32 +11:00
cmds feat: add category selection to post edit form and badges to post list 2026-03-18 21:45:28 +11:00
config Added error logging 2026-03-05 22:37:11 +11:00
docs/superpowers Add categories implementation plan 2026-03-18 21:29:11 +11:00
handlers feat: add category selection to post edit form and badges to post list 2026-03-18 21:45:28 +11:00
layouts/simplecss feat: add category pages and per-category feeds to site builder 2026-03-18 21:51:19 +11:00
models feat: add category pages and per-category feeds to site builder 2026-03-18 21:51:19 +11:00
providers feat: add category pages and per-category feeds to site builder 2026-03-18 21:51:19 +11:00
services feat: add category pages and per-category feeds to site builder 2026-03-18 21:51:19 +11:00
sql feat: add sqlc queries for categories 2026-03-18 21:33:55 +11:00
views feat: add category selection to post edit form and badges to post list 2026-03-18 21:45:28 +11:00
.air.toml First pass of authentication 2026-02-25 22:04:47 +11:00
.gitignore Added publishing of uploads to built site 2026-03-03 22:36:24 +11:00
Dockerfile Added the scratch dir config 2026-03-05 22:27:14 +11:00
esbuild.mjs Have got soft and hard deleting 2026-02-23 21:18:34 +11:00
go.mod Added RSS and JSON feeds 2026-03-05 22:04:24 +11:00
go.sum Added RSS and JSON feeds 2026-03-05 22:04:24 +11:00
main.go Added sub commands for doing admin stuff 2026-02-28 10:39:08 +11:00
Makefile Added publishing of uploads to built site 2026-03-03 22:36:24 +11:00
package-lock.json Have got soft and hard deleting 2026-02-23 21:18:34 +11:00
package.json Have got soft and hard deleting 2026-02-23 21:18:34 +11:00
sqlc.yaml Added a database 2026-02-19 22:29:44 +11:00