summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 custom template functions from html templatingBrian 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-11Update vendorsha in light of go module changeBrian Picciano
2024-05-11Update index pages with dev.mediocregopher.comBrian Picciano
2024-05-11Move to dev.mediocregopher.com/mediocre-blog.gitBrian Picciano
2024-03-24Update contacts to include signal usernameBrian Picciano
2023-12-30Revert "Basic architecture diagram for a potential deadlink checker"Brian Picciano
This reverts commit 8ca4861a23ed6f9f0148b548567a1cee14ab48fb.
2023-12-24Basic architecture diagram for a potential deadlink checkerBrian Picciano
2023-11-28Fix dev gemini public URLBrian Picciano
2023-11-28Add new GPG keyBrian Picciano
2023-10-28Fix go module pathBrian Picciano
2023-09-21Fix gemini gateway proxying to work with gateways like tildeverse'sBrian Picciano
2023-08-25Remove mailinglist and proof-of-work functionalityBrian Picciano
2023-08-13Remove leftover static assets specific to individual blog postsBrian Picciano
2023-08-13Confirm before deleting a postBrian Picciano
2023-08-10Fix vendor sha which somehow became wrongBrian Picciano
2023-08-10Clean up homepage, add ghost to gmi, make separator smallerBrian 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-04-15Add support for http loading files from an asset archiveBrian Picciano
2023-04-15Update go to 1.19 (by updating nixpkgs)Brian Picciano
2023-04-14Prefix html title tag for posts with their titleBrian Picciano
2023-02-13Fix mediaType for feed.xml over geminiBrian Picciano
2023-02-13Fix some line wraps in gemini copyBrian Picciano
2023-02-13Include link to sourceBrian Picciano
2023-01-24Touch up RSS feed links and post pageBrian Picciano
2023-01-24Add notice atop md->gmi translated pagesBrian Picciano
2023-01-24Add gemini CTA to HTTP 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-24Fix squished manage post edit buttonBrian Picciano
2023-01-23Implement cache and logger middlewares for geminiBrian Picciano
2023-01-23Add BlogHTTPURL preprocess functionBrian Picciano
2023-01-23Fix page navigation in posts/drafts manage pagesBrian Picciano
2023-01-23Small fixes to index pagesBrian Picciano
2023-01-23Automatically bridge gemini links to a gateway on http siteBrian Picciano
2023-01-23Small formatting fixes on gmi siteBrian 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
2023-01-20Got a basic gemini server runningBrian Picciano