treehouse/content
2024-09-10 20:55:06 +02:00
..
_treehouse tree update! 2024-01-18 22:46:57 +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 update issues 2024-07-24 18:20:12 +02:00
music fix branches 2024-09-06 11:49:24 +02:00
programming factual correction in buildsome: source maps are a thing 2024-09-10 20:55:06 +02:00
treehouse bump Atom feed issue to the top 2024-09-10 20:54:38 +02:00
about-treehouse.tree post: buildsome 2024-09-09 20:44:22 +02:00
about.tree update issues 2024-07-24 18:20:12 +02:00
design.tree refreshing pages & look and feel a bit 2024-06-13 21:18:41 +02:00
games.tree refreshing pages & look and feel a bit 2024-06-13 21:18:41 +02:00
index.tree experimenting with a new format: short thoughts 2024-08-05 23:11:52 +02:00
kuroneko.tree update issues 2024-07-24 18:20:12 +02:00
music.tree fix branches 2024-09-06 11:49:24 +02:00
philosophy.tree update issues 2024-07-24 18:20:12 +02:00
programming.tree post: buildsome 2024-09-09 20:44:22 +02:00
README.md update issues 2024-07-24 18:20:12 +02:00
secret.tree testing the new deploy pipeline 2024-02-03 20:09:30 +01:00
short-thoughts.tree experimenting with a new format: short thoughts 2024-08-05 23:11:52 +02:00
treehouse.tree update issues 2024-07-24 18:20:12 +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.