treehouse/content
2025-01-06 19:03:29 +01:00
..
_treehouse implement RSS feeds 2024-11-28 22:42:49 +01:00
about refreshing pages & look and feel a bit 2024-06-13 21:18:41 +02:00
about-treehouse update issues 2024-07-24 18:20:12 +02:00
design design for the free soul 2024-12-28 16:30:33 +01:00
games games / reflections on Minecraft 2025-01-04 23:21:31 +01:00
music rebranding from liquidex.house to riki.house 2025-01-06 12:17:48 +01:00
philosophy rebranding from liquidex.house to riki.house 2025-01-06 12:17:48 +01:00
programming rebranding from liquidex.house to riki.house 2025-01-06 12:17:48 +01:00
treehouse fix branch in treehouse/new 2025-01-06 12:51:09 +01:00
about-treehouse.tree restructuring page:index 2024-11-12 22:51:58 +01:00
about.tree update Discord username 2025-01-06 19:03:29 +01:00
design.tree design for the free soul 2024-12-28 16:30:33 +01:00
games.tree games / reflections on Minecraft 2025-01-04 23:21:31 +01:00
index.tree rebranding from liquidex.house to riki.house 2025-01-06 12:17:48 +01:00
kuroneko.tree update issues 2024-07-24 18:20:12 +02:00
music.tree make text in sections a bit smaller 2024-11-24 20:14:38 +01:00
philosophy.tree rebranding from liquidex.house to riki.house 2025-01-06 12:17:48 +01:00
programming.tree programming: Advent of Code feels 2024-11-30 23:40:34 +01:00
README.md fix commas before closing parentheses 2024-11-30 20:11:18 +01:00
secret.tree testing the new deploy pipeline 2024-02-03 20:09:30 +01:00
treehouse.tree rebranding from liquidex.house to riki.house 2025-01-06 12:17:48 +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.