summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-01-19Slight cleanup in http packageBrian Picciano
2023-01-19Add support for gemtext postsBrian Picciano
2023-01-18Add format column to post tablesBrian 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
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-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-27Remove all 'old nix' stuff, plus configs and unused dev environmentBrian Picciano
2022-11-27Got it working with nix flakeBrian 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
2022-11-22Reduce font size generallyBrian Picciano
2022-11-22Introduce dark mode, clean up colors generallyBrian Picciano
2022-11-07Fix width of index tableBrian Picciano
2022-10-12Make description an optional fieldBrian Picciano
2022-10-11Remove --no-out-link from install-systemdBrian Picciano
2022-09-13fix bug in asset upload id checkerBrian Picciano
2022-09-13move src out of srv, clean up default.nix and MakefileBrian Picciano
2022-09-13remove redis and circusBrian Picciano
2022-09-13remove chat functionality completelyBrian Picciano
2022-08-19small change on adminBrian Picciano
2022-08-19improve navigation around admin pagesBrian Picciano
2022-08-19implemented draft publishing and removed New Posts link/capabilityBrian Picciano
2022-08-19load published posts test data in reverse orderBrian Picciano
2022-08-18drafts functionality added, needs a publish button stillBrian Picciano
2022-08-18WIPBrian Picciano
2022-08-18implement DraftStoreBrian Picciano
2022-08-18add admin page, and spruce up posts and assetsBrian Picciano
2022-08-18fix CSRF checking so that localhost always worksBrian Picciano
2022-08-18improve how index table looksBrian Picciano
2022-08-18delete some old script that aren't needed anymoreBrian Picciano