summaryrefslogtreecommitdiff
path: root/src/http
AgeCommit message (Expand)Author
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
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-11-28Add new GPG keyBrian Picciano
2023-10-28Fix go module pathBrian 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-10Clean up homepage, add ghost to gmi, make separator smallerBrian Picciano
2023-04-17Implement asset.LoaderBrian Picciano
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-14Prefix html title tag for posts with their titleBrian Picciano
2023-02-13Include link to sourceBrian Picciano
2023-01-24Add gemini CTA to HTTP pagesBrian Picciano
2023-01-24Refactor URL construction a bitBrian Picciano
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-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-21Implement preprocessing of post bodies for geminiBrian Picciano
2023-01-20Got a basic gemini server runningBrian Picciano
2023-01-19Slight cleanup in http packageBrian Picciano
2023-01-19Add support for gemtext postsBrian Picciano
2022-11-29Don't check CSRF for manage and edit methodsBrian Picciano
2022-11-29Fix dumb wording on homepageBrian Picciano
2022-11-29Remove mention of the word 'blog'Brian Picciano
2022-11-29Update copy on follow page to be less wordyBrian Picciano
2022-11-29Increase posts per pageBrian Picciano
2022-11-29Small changes to headerBrian Picciano
2022-11-29Move mediocregopher.com content to index of this siteBrian Picciano
2022-11-29Introduce EDIT and MANAGE methodsBrian Picciano
2022-11-29Modify base header some moreBrian Picciano
2022-11-27Update header, remove 'Updated at' times on postsBrian Picciano
2022-11-27Add the ghost to every pageBrian Picciano
2022-11-27Bold post titles in indexBrian Picciano
2022-11-23Fix font sizes for small devicesBrian Picciano
2022-11-23Accidentally removed 'Next Page' linkBrian Picciano
2022-11-23Inrease font size for small devicesBrian Picciano
2022-11-23Use unordered list instead of table on post indexBrian Picciano
2022-11-22Add faviconBrian Picciano