summaryrefslogtreecommitdiff
path: root/src/gmi/tpl.go
AgeCommit message (Collapse)Author
2024-05-18Replace all URL rendering within templates by a URLConstructorBrian Picciano
2024-05-18Remove most rendering related querying from go http handlersBrian 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-11Move to dev.mediocregopher.com/mediocre-blog.gitBrian Picciano
2023-10-28Fix go module pathBrian 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-23Add BlogHTTPURL preprocess functionBrian Picciano
2023-01-22Final fleshing out of gemini contentBrian Picciano
2023-01-22Implement gemini atom feedBrian Picciano
2023-01-22Allow url construction to work if blog is under a sub-pathBrian Picciano
2023-01-21Add wtfpl.txt to geminiBrian Picciano
2023-01-21Fix StaticURL in geminiBrian Picciano
2023-01-21Add assets handler to geminiBrian Picciano
2023-01-21Convert markdow to gemtext in gmi serverBrian 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