Commit graph

363 commits

Author SHA1 Message Date
liquidex 07419ca702 add tracing to the treehouse as an instrumenting profiler
to create a trace of the treehouse's startup, use `--trace file.json`
2024-11-26 21:56:59 +01:00
liquidex 2f7fbc1b6f add a leading Allow: * in robots.txt 2024-11-26 21:45:57 +01:00
liquidex 3673036bec programming: composable virtual file systems 2024-11-25 22:15:31 +01:00
liquidex b522732a67 fix prefix _ in Rust syntax
it should be handled as the start of an identifier
2024-11-25 22:11:20 +01:00
liquidex d658874fd7 fix some issues with typography (no italics in headers, no bold in <code>) 2024-11-25 22:10:46 +01:00
liquidex 7ed19454f2 fix branches in blue calx, for good 2024-11-25 17:02:00 +01:00
liquidex dfe45abe7d philosophy: on responsibility & conformity 2024-11-25 16:59:58 +01:00
liquidex b2a25e65e9 fix broken indentation and formatting in various pages 2024-11-24 20:17:34 +01:00
liquidex e1dd1074f8 make text in sections a bit smaller
I see no need for it to be headings
2024-11-24 20:14:38 +01:00
liquidex c54b0629b7 fix navigation jank in debug environments with live reloading 2024-11-24 20:08:18 +01:00
liquidex bcae0ec6f7 philosophy/furry: fix broken branch link 2024-11-24 19:42:17 +01:00
liquidex 41fa245150 rudimentary search engine optimisation (robots.txt, <meta name="robots"> in /b) 2024-11-24 14:50:28 +01:00
liquidex 107a9a4c39 restore functionality that expands linked branches 2024-11-23 22:50:06 +01:00
liquidex f192ac2a8e thin down the JavaScript that scrolls to branches
_lots_ of early treehouse stuff to fix there
2024-11-23 22:43:59 +01:00
liquidex 645ae598f2 make it impossible to fill up an unbounded amount of memory with caches
yeah storing Nones there is probably not a great idea isn't it
2024-11-23 22:34:03 +01:00
liquidex c87662419a fix branches 2024-11-23 22:19:26 +01:00
liquidex 8461812935 make applying edits work correctly
turns out they weren't quite working due to me being a dummy and not awaiting my asyncs
2024-11-23 22:18:21 +01:00
liquidex 55f12caf22 mention vfs refactor in changelog because it has some user-facing consequences (lack of version history) 2024-11-23 22:12:38 +01:00
liquidex 0f8d05adeb remove --commits-only from Justfile 2024-11-23 21:56:42 +01:00
liquidex ca12680e03 downgrade lock file 2024-11-23 21:47:56 +01:00
liquidex 5193fc2be0 pre-warm content cache
in parallel!
2024-11-23 21:43:58 +01:00
liquidex 42eaa326ab add content cache to generated pages
just so that we don't waste work regenerating them over and over again -w-
2024-11-23 21:43:58 +01:00
liquidex 9022fb4ce9 add image size metadata to the filesystem 2024-11-23 21:43:58 +01:00
liquidex 5ce9cfc022 add live reloading to the client 2024-11-23 21:43:58 +01:00
liquidex 7169e65244 implement a blake3 content version layer for cache busting
works pretty much the same as our previous `?cache` parameter, but is implemented in a less ad-hoc way
2024-11-23 21:43:58 +01:00
liquidex 32f25ce863 implement generation of simple templates (/sandbox) 2024-11-23 21:43:58 +01:00
liquidex 377fbe4dab introduce the virtual filesystem everywhere
this unfortunately means I had to cut some features (bye bye commit history! for now)
stuff's not quite 100% working just yet (like branch links, which were and are still broken)
we also don't have content_version impls just yet
2024-11-23 21:43:58 +01:00
liquidex db0329077e refactors: replacing config derived data with vfs, removing markdown 2024-11-23 21:43:58 +01:00
liquidex 1e1b8df457 refactor: introduce virtual file system as a central router for source and target data 2024-11-23 21:43:58 +01:00
liquidex 86b4bf5b2d looking for friends 2024-11-19 00:18:29 +01:00
liquidex b266c8aa4d blue calx 2024-11-18 19:15:05 +01:00
liquidex b73c76f83d meow up the me(ow) icon 2024-11-13 00:01:12 +01:00
liquidex b33cc14438 Hotland - Bad Opinion Zone is real 2024-11-12 23:38:36 +01:00
liquidex d13abe7afa restructuring page:index 2024-11-12 22:51:58 +01:00
liquidex e201ea7058 revamp the way page:treehouse/new works
- treehouse/new is now a regular page, not a special template
- most of the code related to the `new` badge in page:index has been removed
- you're meant to discern between pages you've read vs ones you haven't by looking at the colors of the links (blue vs purple)
2024-11-12 20:39:58 +01:00
liquidex 8d1deee626 fix branches 2024-11-12 19:50:00 +01:00
liquidex b49f11657d add a note on prefix matches with C strings 2024-11-12 14:59:02 +01:00
liquidex 0b0c0a4de4 fun fact: being a furry is FUN and you should be PROUD OF IT 2024-11-11 22:43:11 +01:00
liquidex 8b6c5fff0d reverse order in philosophy
pages are sorted from most recent to least recent in other sections too, so this is to bring consistency with those
2024-11-11 11:23:52 +01:00
liquidex f3183eec7f break philosophy into many smaller pages
maintaining it has become quite difficult
2024-11-11 11:21:37 +01:00
liquidex e584b12ee2 the = —w— = should not wrap in the middle under any circumstances 2024-11-04 22:54:53 +01:00
liquidex d68855a73f fix missing root breadcrumb on history pages 2024-11-04 22:50:16 +01:00
liquidex 11a11a5725 philosophy: on nicknames 2024-11-04 22:43:06 +01:00
liquidex b309806307 fix branches in changelog
I really need to fix diagnostics soon.
I can't see it when branches are broken -w-
2024-11-04 22:42:20 +01:00
liquidex 6c404a6758 fix typo in about 2024-11-04 22:41:55 +01:00
liquidex 83d88b564e fix history view on narrow screens 2024-11-01 19:22:20 +01:00
liquidex 54ea7c311a remove areox's link
as per request
2024-10-30 23:37:51 +01:00
liquidex 512b48cd21 fix missing page title in history pages 2024-10-30 23:25:33 +01:00
liquidex b75d215e53 always display the root breadcrumb
it's important for navigation
2024-10-30 23:20:47 +01:00
liquidex 37e2d6e675 changelog entry for new layout 2024-10-30 23:15:40 +01:00