summaryrefslogtreecommitdiff
path: root/srv/src/cmd/mediocre-blog/main.go
AgeCommit message (Expand)Author
2022-05-20Update http config namesBrian Picciano
2022-05-20Implement image macro for rendering imagesBrian Picciano
2022-05-20Rename api package to httpBrian Picciano
2022-05-19Actually use the auth middleware for assets routesBrian Picciano
2022-05-17Add BlogURL template functionBrian Picciano
2022-05-17Add /v2/assets/ handler, with resizingBrian Picciano
2022-05-14Move template rendering logic into api packageBrian Picciano
2022-05-14Add /posts handler to apiBrian Picciano
2022-05-08Move radix config into cfg, use that for integration testsBrian Picciano
2022-05-07Move integration tests under a build tagBrian Picciano
2022-05-07Refactor how data dir is initializedBrian Picciano
2022-05-05Fix various problems with the srv buildBrian Picciano