Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-18 | Render posts completely using common rendering methods | Brian Picciano | |
The aim is to reduce reliance on custom logic in the handlers for every protocol, eventually outsourcing all of it into `render.Methods`, leaving each protocol to simply direct calls to the correct template. | |||
2024-05-11 | Update index pages with dev.mediocregopher.com | Brian Picciano | |
2024-05-11 | Move to dev.mediocregopher.com/mediocre-blog.git | Brian Picciano | |
2024-03-24 | Update contacts to include signal username | Brian Picciano | |
2023-11-28 | Add new GPG key | Brian Picciano | |
2023-10-28 | Fix go module path | Brian Picciano | |
2023-09-21 | Fix gemini gateway proxying to work with gateways like tildeverse's | Brian Picciano | |
2023-08-10 | Clean up homepage, add ghost to gmi, make separator smaller | 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-15 | Move asset store into its own package | Brian Picciano | |
2023-02-13 | Fix mediaType for feed.xml over gemini | Brian Picciano | |
2023-02-13 | Fix some line wraps in gemini copy | Brian Picciano | |
2023-02-13 | Include link to source | Brian Picciano | |
2023-01-24 | Touch up RSS feed links and post page | Brian Picciano | |
2023-01-24 | Add notice atop md->gmi translated 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-23 | Implement cache and logger middlewares for gemini | Brian Picciano | |
2023-01-23 | Add BlogHTTPURL preprocess function | Brian Picciano | |
2023-01-23 | Small fixes to index pages | Brian Picciano | |
2023-01-23 | Automatically bridge gemini links to a gateway on http site | Brian Picciano | |
2023-01-23 | Small formatting fixes on gmi site | Brian Picciano | |
2023-01-22 | Final fleshing out of gemini content | Brian Picciano | |
2023-01-22 | Implement gemini atom feed | Brian Picciano | |
2023-01-22 | Allow url construction to work if blog is under a sub-path | Brian Picciano | |
2023-01-21 | Add wtfpl.txt to gemini | Brian Picciano | |
2023-01-21 | Fix StaticURL in gemini | Brian Picciano | |
2023-01-21 | Add assets handler to gemini | Brian Picciano | |
2023-01-21 | Convert markdow to gemtext in gmi server | Brian Picciano | |
2023-01-21 | Implement preprocessing of post bodies for gemini | Brian Picciano | |
2023-01-21 | Continue to polish up posts pages | Brian Picciano | |
2023-01-21 | Initial implementation of post rendering over gmi | Brian Picciano | |
2023-01-20 | Got a basic gemini server running | Brian Picciano | |
2023-01-19 | Add support for gemtext posts | Brian Picciano | |