summaryrefslogtreecommitdiff
path: root/src/cmd/mediocre-blog
AgeCommit message (Collapse)Author
2023-10-28Fix go module pathBrian Picciano
2023-08-25Remove mailinglist and proof-of-work functionalityBrian 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-23Implement cache and logger middlewares for geminiBrian Picciano
2023-01-21Fix StaticURL in geminiBrian Picciano
2023-01-21Initial implementation of post rendering over gmiBrian Picciano
2023-01-20Got a basic gemini server runningBrian Picciano
2022-09-13move src out of srv, clean up default.nix and MakefileBrian Picciano