Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-26 | Clean out Get/SetRequestLogger from apiutil | Brian Picciano | |
2024-05-26 | Refactor how preprocess functions work a bit | Brian Picciano | |
2024-05-26 | Replace URL building methods with the URLBuilder | Brian Picciano | |
2024-05-19 | Fix source code link in HTTP/gemini | Brian Picciano | |
2024-05-19 | Get rid of most of preprocess funcs, only Image leftover for convenience | Brian Picciano | |
2024-05-18 | Replace all URL rendering within templates by a URLConstructor | Brian Picciano | |
2024-05-18 | Remove most custom template functions from html templating | Brian Picciano | |
2024-05-18 | Remove most rendering related querying from go http handlers | Brian Picciano | |
2024-05-18 | Render posts completely using common rendering methods | Brian 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-11 | Update index pages with dev.mediocregopher.com | Brian Picciano | |
2024-05-11 | Move to dev.mediocregopher.com/mediocre-blog.git | Brian Picciano | |
2024-03-24 | Update contacts to include signal username | Brian Picciano | |
2023-11-28 | Add new GPG key | Brian Picciano | |
2023-10-28 | Fix go module path | Brian Picciano | |
2023-08-25 | Remove mailinglist and proof-of-work functionality | Brian Picciano | |
2023-08-13 | Remove leftover static assets specific to individual blog posts | Brian Picciano | |
2023-08-13 | Confirm before deleting a post | Brian Picciano | |
2023-08-10 | Clean up homepage, add ghost to gmi, make separator smaller | Brian Picciano | |
2023-04-17 | Implement asset.Loader | Brian Picciano | |
This moved a bunch of logic out of http and into the asset package, making it available for gmit too. | |||
2023-04-15 | Move asset store into its own package | Brian Picciano | |
2023-04-15 | Add support for http loading files from an asset archive | Brian Picciano | |
2023-04-14 | Prefix html title tag for posts with their title | Brian Picciano | |
2023-02-13 | Include link to source | Brian Picciano | |
2023-01-24 | Add gemini CTA to HTTP pages | Brian Picciano | |
2023-01-24 | Refactor URL construction a bit | Brian Picciano | |
BlogHTTPURL and BlogGeminiURL are now used specifically to construct absolute URLs to their respective endpoints. | |||
2023-01-24 | Fix squished manage post edit button | Brian Picciano | |
2023-01-23 | Implement cache and logger middlewares for gemini | Brian Picciano | |
2023-01-23 | Add BlogHTTPURL preprocess function | Brian Picciano | |
2023-01-23 | Fix page navigation in posts/drafts manage pages | Brian Picciano | |
2023-01-23 | Small fixes to index pages | Brian Picciano | |
2023-01-23 | Automatically bridge gemini links to a gateway on http site | Brian Picciano | |
2023-01-22 | Final fleshing out of gemini content | Brian Picciano | |
2023-01-22 | Implement gemini atom feed | Brian Picciano | |
2023-01-22 | Allow url construction to work if blog is under a sub-path | Brian Picciano | |
2023-01-21 | Implement preprocessing of post bodies for gemini | Brian Picciano | |
2023-01-20 | Got a basic gemini server running | Brian Picciano | |
2023-01-19 | Slight cleanup in http package | Brian Picciano | |
2023-01-19 | Add support for gemtext posts | Brian Picciano | |
2022-11-29 | Don't check CSRF for manage and edit methods | Brian Picciano | |
2022-11-29 | Fix dumb wording on homepage | Brian Picciano | |
2022-11-29 | Remove mention of the word 'blog' | Brian Picciano | |
2022-11-29 | Update copy on follow page to be less wordy | Brian Picciano | |
2022-11-29 | Increase posts per page | Brian Picciano | |
2022-11-29 | Small changes to header | Brian Picciano | |
2022-11-29 | Move mediocregopher.com content to index of this site | Brian Picciano | |
2022-11-29 | Introduce EDIT and MANAGE methods | Brian Picciano | |
All admin "index" pages are moved under MANAGE, so that we can have (for example) and normal "GET /posts" page later which would replace the current index page, and potentially corresponding pages for the other categories. The EDIT method replaces the old `?edit` pattern, which normalizes how we differentiate page functionality generally. | |||
2022-11-29 | Modify base header some more | Brian Picciano | |
2022-11-27 | Update header, remove 'Updated at' times on posts | Brian Picciano | |
2022-11-27 | Add the ghost to every page | Brian Picciano | |
2022-11-27 | Bold post titles in index | Brian Picciano | |