Commit graph

391 commits

Author SHA1 Message Date
161fb6a442 design for the free soul 2024-12-28 16:30:33 +01:00
0a35c3cab9 philosophy: saccades + light streaks = letters 2024-12-28 00:05:45 +01:00
d0023cc101 changelog entry for the command line 2024-12-11 00:00:26 +01:00
ae9273cdff change units in CSS to properly scaled rem
yeah I should've done that from the start should have I
2024-12-10 23:51:51 +01:00
6d3037791a make the command line a bit more accessible by including a :| icon at the bottom
also add a few extra commands for navigating around the house
2024-12-10 20:41:14 +01:00
7c93750b32 fix branches in page:design and page:treehouse/new 2024-12-09 20:01:34 +01:00
a0232aa7e9 design: animations & perception of sluggishness 2024-12-09 20:00:01 +01:00
734f1e096b make daemon output build logs to treehouse_build.log 2024-12-09 19:58:49 +01:00
534c6f9088 fix branches 2024-12-08 22:34:58 +01:00
9cac6c3c3e add a vim-like command line under : 2024-12-08 22:33:25 +01:00
0ce7f50285 add image upload feature in dev mode 2024-12-08 12:45:44 +01:00
47c2b74ecb design: touch panels 2024-12-03 22:20:52 +01:00
eb37656ebc programming: Advent of Code feels 2024-11-30 23:40:34 +01:00
2e1e64ae8c add SVG size computation to ImageSizeCache
based on a very simple reading of the SVG's XML to find out its `width`, `height` and `viewBox`
no further parsing is required or will be provided
and you are an excellent test subject
2024-11-30 20:45:53 +01:00
b4927261db fix commas before closing parentheses 2024-11-30 20:11:18 +01:00
afd7f38958 treehouse: rework the structure a bit 2024-11-30 20:09:54 +01:00
2f2fbc683a changelog: mention feed 2024-11-30 20:08:40 +01:00
f518d7a0ff remove id attribute from pages
really, use the one from branches instead
2024-11-29 22:55:16 +01:00
600651ec16 change vfs API to something akin to the deleted std provider API
this gives us a _much_ easier time with composing file systems, since you can call `query` on the inner file system and all the magic will be done for you
the overhead is technically slightly higher, but seems to be drowned out by other more expensive stuff; i couldn't measure a difference in my traces
2024-11-29 22:48:30 +01:00
5b6d637f44 fix timestamp on Blue Calx 2024-11-28 22:49:16 +01:00
55b6a0df96 implement RSS feeds 2024-11-28 22:42:49 +01:00
1e3a1f3527 update robots.txt to only exclude specific subdirectories of /static 2024-11-28 21:52:59 +01:00
2e14197fd1 further breaking up treehouse::generate into smaller submodules 2024-11-27 19:02:54 +01:00
fd40f99810 split treehouse::generate apart into smaller modules 2024-11-27 18:46:29 +01:00
0713b59063 refactoring: remove dependency on SimpleFiles, make tree parsing multithreaded 2024-11-26 23:55:32 +01:00
505163383f fix broken content.link in music/reviews 2024-11-26 23:54:37 +01:00
5de308c0c4 load syntaxes in parallel 2024-11-26 22:09:52 +01:00
a8773aac63 remove unused imports 2024-11-26 22:00:08 +01:00
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
2f7fbc1b6f add a leading Allow: * in robots.txt 2024-11-26 21:45:57 +01:00
3673036bec programming: composable virtual file systems 2024-11-25 22:15:31 +01:00
b522732a67 fix prefix _ in Rust syntax
it should be handled as the start of an identifier
2024-11-25 22:11:20 +01:00
d658874fd7 fix some issues with typography (no italics in headers, no bold in <code>) 2024-11-25 22:10:46 +01:00
7ed19454f2 fix branches in blue calx, for good 2024-11-25 17:02:00 +01:00
dfe45abe7d philosophy: on responsibility & conformity 2024-11-25 16:59:58 +01:00
b2a25e65e9 fix broken indentation and formatting in various pages 2024-11-24 20:17:34 +01:00
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
c54b0629b7 fix navigation jank in debug environments with live reloading 2024-11-24 20:08:18 +01:00
bcae0ec6f7 philosophy/furry: fix broken branch link 2024-11-24 19:42:17 +01:00
41fa245150 rudimentary search engine optimisation (robots.txt, <meta name="robots"> in /b) 2024-11-24 14:50:28 +01:00
107a9a4c39 restore functionality that expands linked branches 2024-11-23 22:50:06 +01:00
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
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
c87662419a fix branches 2024-11-23 22:19:26 +01:00
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
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
0f8d05adeb remove --commits-only from Justfile 2024-11-23 21:56:42 +01:00
ca12680e03 downgrade lock file 2024-11-23 21:47:56 +01:00
5193fc2be0 pre-warm content cache
in parallel!
2024-11-23 21:43:58 +01:00
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