treehouse/content
2025-08-26 21:24:51 +02:00
..
_treehouse add a tagging system to the website 2025-08-26 12:30:16 +02:00
about push about/v2 back to the bottom 2025-08-26 21:23:20 +02:00
design add a tagging system to the website 2025-08-26 12:30:16 +02:00
furry add notes to outdated pages 2025-08-26 21:10:24 +02:00
games add a tagging system to the website 2025-08-26 12:30:16 +02:00
music add a tagging system to the website 2025-08-26 12:30:16 +02:00
philosophy add a tagging system to the website 2025-08-26 12:30:16 +02:00
programming add missing #all tag on programming/vfs 2025-08-26 21:24:51 +02:00
tag improve #c a bit 2025-08-26 21:12:28 +02:00
treehouse add a tagging system to the website 2025-08-26 12:30:16 +02:00
amber.dj amber: proofreading 2025-07-17 22:39:43 +02:00
code-blocks.dj add a tagging system to the website 2025-08-26 12:30:16 +02:00
design.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
doc.dj add a tagging system to the website 2025-08-26 12:30:16 +02:00
fmt.dj add a tagging system to the website 2025-08-26 12:30:16 +02:00
furry.dj add a tagging system to the website 2025-08-26 12:30:16 +02:00
games.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
h.dj add a tagging system to the website 2025-08-26 12:30:16 +02:00
hair.dj story: long hair 2025-07-15 23:08:26 +02:00
index.dj update index 2025-08-26 21:16:01 +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
page-tags.dj update page-tags 2025-08-26 21:12:40 +02: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 add a tagging system to the website 2025-08-26 12:30:16 +02:00
secret.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
tag.dj add tag page describing all tags 2025-08-26 19:16:52 +02:00
the-end-is-never.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
treehouse.dj update friends list 2025-08-02 22:54:42 +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.