Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-28 | Fix go module path | Brian Picciano | |
2023-08-25 | Remove mailinglist and proof-of-work functionality | Brian Picciano | |
2023-04-17 | Implement asset.Loader | Brian Picciano | |
This moved a bunch of logic out of http and into the asset package, making it available for gmit too. | |||
2023-04-14 | Prefix html title tag for posts with their title | 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-23 | Add BlogHTTPURL preprocess function | Brian Picciano | |
2023-01-23 | Automatically bridge gemini links to a gateway on http site | Brian Picciano | |
2023-01-21 | Implement preprocessing of post bodies for gemini | Brian Picciano | |
2023-01-19 | Add support for gemtext posts | Brian Picciano | |
2022-11-29 | Increase posts per page | Brian Picciano | |
2022-11-29 | Move mediocregopher.com content to index of this site | 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-10-12 | Make description an optional field | Brian Picciano | |
2022-09-13 | move src out of srv, clean up default.nix and Makefile | Brian Picciano | |