1
Fork 0
treehouse/content
2025-02-08 22:39:02 +01:00
..
_treehouse update documentation for GET /b 2025-01-12 19:36:30 +01:00
about adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
design design: freeing the treehouse of curated categories 2025-01-14 00:11:09 +01:00
games games / reflections on Minecraft 2025-01-04 23:21:31 +01:00
music music: Tilt Shift / Ablaze 2025-02-03 12:42:34 +01:00
philosophy rebranding from liquidex.house to riki.house 2025-01-06 12:17:48 +01:00
programming add Lua classes tutorial 2025-02-08 22:39:02 +01:00
treehouse add Lua classes tutorial 2025-02-08 22:39:02 +01:00
about.tree remove matrix + note about name 2025-01-19 12:16:02 +01:00
design.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
games.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01:00
index.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01: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
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.tree adjust pages to not include manual subpage listings 2025-01-18 20:35:04 +01: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.