summaryrefslogtreecommitdiff
path: root/src/post
AgeCommit message (Collapse)Author
2024-05-19Get rid of most of preprocess funcs, only Image leftover for convenienceBrian Picciano
2024-05-11Move to dev.mediocregopher.com/mediocre-blog.gitBrian Picciano
2023-10-28Fix go module pathBrian Picciano
2023-04-17Implement asset.LoaderBrian Picciano
This moved a bunch of logic out of http and into the asset package, making it available for gmit too.
2023-04-15Move asset store into its own packageBrian 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
2023-01-18Add format column to post tablesBrian Picciano
2022-10-12Make description an optional fieldBrian Picciano
2022-09-13move src out of srv, clean up default.nix and MakefileBrian Picciano