summaryrefslogtreecommitdiff
path: root/src/gmi/tpl
AgeCommit message (Collapse)Author
2024-05-18Replace all URL rendering within templates by a URLConstructorBrian Picciano
2024-05-18Render posts completely using common rendering methodsBrian 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-11Update index pages with dev.mediocregopher.comBrian Picciano
2024-05-11Move to dev.mediocregopher.com/mediocre-blog.gitBrian Picciano
2024-03-24Update contacts to include signal usernameBrian Picciano
2023-11-28Add new GPG keyBrian Picciano
2023-08-10Clean up homepage, add ghost to gmi, make separator smallerBrian Picciano
2023-02-13Fix some line wraps in gemini copyBrian Picciano
2023-02-13Include link to sourceBrian Picciano
2023-01-24Touch up RSS feed links and post pageBrian Picciano
2023-01-24Add notice atop md->gmi translated pagesBrian Picciano
2023-01-24Refactor URL construction a bitBrian Picciano
BlogHTTPURL and BlogGeminiURL are now used specifically to construct absolute URLs to their respective endpoints.
2023-01-23Small fixes to index pagesBrian Picciano
2023-01-23Small formatting fixes on gmi siteBrian Picciano
2023-01-22Final fleshing out of gemini contentBrian Picciano
2023-01-22Implement gemini atom feedBrian Picciano
2023-01-21Add wtfpl.txt to geminiBrian Picciano
2023-01-21Implement preprocessing of post bodies for geminiBrian Picciano
2023-01-21Continue to polish up posts pagesBrian Picciano
2023-01-21Initial implementation of post rendering over gmiBrian Picciano