summaryrefslogtreecommitdiff
path: root/src/gmi/tpl.go
AgeCommit message (Expand)Author
2024-07-24Got post exporting workingBrian Picciano
2024-05-26Refactor how preprocess functions work a bitBrian Picciano
2024-05-26Replace URL building methods with the URLBuilderBrian Picciano
2024-05-19Get rid of most of preprocess funcs, only Image leftover for convenienceBrian Picciano
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
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
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