treehouse/content
2025-07-19 00:41:54 +02:00
..
_treehouse update documentation for GET /b 2025-01-12 19:36:30 +01:00
about furry v2, along with some other changes 2025-07-15 00:30:20 +02:00
design design: freeing the treehouse of curated categories 2025-01-14 00:11:09 +01:00
furry furry v2, along with some other changes 2025-07-15 00:30:20 +02:00
games games / reflections on Minecraft 2025-01-04 23:21:31 +01:00
music furry v2, along with some other changes 2025-07-15 00:30:20 +02:00
philosophy furry v2, along with some other changes 2025-07-15 00:30:20 +02:00
programming new: programming/new-tab 2025-06-05 19:08:16 +02:00
treehouse furry v2, along with some other changes 2025-07-15 00:30:20 +02:00
amber.dj amber: proofreading 2025-07-17 22:39:43 +02:00
design.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
furry.dj furry v2, along with some other changes 2025-07-15 00:30:20 +02:00
games.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
hair.dj story: long hair 2025-07-15 23:08:26 +02:00
index.dj furry v2, along with some other changes 2025-07-15 00:30:20 +02:00
index.tree adding document mode 2025-07-14 19:25:22 +02:00
kuroneko.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
music.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
philosophy.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
programming.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
README.md fix commas before closing parentheses 2024-11-30 20:11:18 +01:00
requiem.dj post: Requiem for a Fractal Forest 2025-07-14 19:25:26 +02:00
secret.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
the-end-is-never.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
treehouse.dj furry v2, along with some other changes 2025-07-15 00:30:20 +02:00
treehouse.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
trickle.dj story: trickle 2025-07-19 00:41:54 +02:00

treehouse content

The treehouse is built on its own custom data format called .tree.

I'll spare the explanation, because it's an extremely simplistic format, but know that it nests:

  • TOML metadata
  • Djot markup

inside of itself.

TOML metadata is defined by Attributes from the treehouse crate.

Djot on the other hand has support for generic attributes. Keys are not documented (read the generator if you want to know about them), but generally :-prefixed keys are reserved for the treehouse's own purposes.

You probably don't want to read the content if you're not me. Browse the treehouse yourself, experience it fully, and then when you're sure you don't want to get spoiled, come back here and look for weird stuff.