Commit Graph

24 Commits

Author SHA1 Message Date
Brian Picciano
c23030733f Add support for gemtext posts 2023-01-19 16:02:27 +01:00
Brian Picciano
4878495914 Don't check CSRF for manage and edit methods 2022-11-29 22:20:34 +01:00
Brian Picciano
16579fdf7f Fix dumb wording on homepage 2022-11-29 21:56:21 +01:00
Brian Picciano
bf5d57ef52 Remove mention of the word 'blog' 2022-11-29 21:48:07 +01:00
Brian Picciano
f6ab6db9c2 Update copy on follow page to be less wordy 2022-11-29 21:45:48 +01:00
Brian Picciano
ceab45fefa Increase posts per page 2022-11-29 21:39:18 +01:00
Brian Picciano
b4d6133626 Small changes to header 2022-11-29 21:39:01 +01:00
Brian Picciano
7943865cc6 Move mediocregopher.com content to index of this site 2022-11-29 21:34:55 +01:00
Brian Picciano
1f3ae665ed Introduce EDIT and MANAGE methods
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 20:59:31 +01:00
Brian Picciano
31f8f37c5a Modify base header some more 2022-11-29 12:45:30 +01:00
Brian Picciano
f8cc9f6aa7 Update header, remove 'Updated at' times on posts 2022-11-27 23:03:11 +01:00
Brian Picciano
7f79413102 Add the ghost to every page 2022-11-27 22:46:07 +01:00
Brian Picciano
b3d3fa7c62 Bold post titles in index 2022-11-27 22:04:31 +01:00
Brian Picciano
03493f9d61 Fix font sizes for small devices 2022-11-23 19:21:25 +01:00
Brian Picciano
58086a3fda Accidentally removed 'Next Page' link 2022-11-23 19:03:01 +01:00
Brian Picciano
9a14e93524 Inrease font size for small devices 2022-11-23 18:57:43 +01:00
Brian Picciano
cbaaad38c9 Use unordered list instead of table on post index 2022-11-23 18:53:40 +01:00
Brian Picciano
14bf8033b2 Add favicon 2022-11-22 22:49:55 +01:00
Brian Picciano
954e76fe1f Reduce font size generally 2022-11-22 22:36:15 +01:00
Brian Picciano
59c8c30fb5 Introduce dark mode, clean up colors generally 2022-11-22 22:28:28 +01:00
Brian Picciano
0ad27f430d Fix width of index table 2022-11-07 22:34:42 +01:00
Brian Picciano
d957041113 Make description an optional field 2022-10-12 23:43:31 +02:00
Brian Picciano
cef74151d2 fix bug in asset upload id checker 2022-09-13 13:25:04 +02:00
Brian Picciano
4f01edb923 move src out of srv, clean up default.nix and Makefile 2022-09-13 12:56:08 +02:00