Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-14 | Prefix html title tag for posts with their title | Brian Picciano | |
2023-01-24 | Add gemini CTA to HTTP pages | Brian Picciano | |
2023-01-24 | Refactor URL construction a bit | Brian Picciano | |
BlogHTTPURL and BlogGeminiURL are now used specifically to construct absolute URLs to their respective endpoints. | |||
2023-01-22 | Allow url construction to work if blog is under a sub-path | Brian Picciano | |
2023-01-19 | Add support for gemtext posts | Brian Picciano | |
2022-11-29 | Introduce EDIT and MANAGE methods | Brian Picciano | |
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-09-13 | move src out of srv, clean up default.nix and Makefile | Brian Picciano | |