summaryrefslogtreecommitdiff
path: root/src/post/preprocess.go
AgeCommit message (Collapse)Author
2024-05-19Get rid of most of preprocess funcs, only Image leftover for convenienceBrian 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-22Implement gemini atom feedBrian Picciano
2023-01-21Implement preprocessing of post bodies for geminiBrian Picciano