treehouse/content
liquidex 8ce40807e0 restructuring the music section
I'm merging the various weird wacky topics together with reviews, because I'd like reviews to be dated properly.
the reviews page is turning into a purgatory at this point. how unfortunate.
2024-09-29 15:19:30 +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 restructuring the music section 2024-09-29 15:19:30 +02:00
programming factual correction in buildsome: source maps are a thing 2024-09-10 20:55:06 +02:00
treehouse fix branches in changelog 2024-09-29 14:33:47 +02:00
about-treehouse.tree post: buildsome 2024-09-09 20:44:22 +02:00
about.tree update about me and index. = –w– = 2024-09-14 23:52:36 +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 update about me and index. = –w– = 2024-09-14 23:52:36 +02:00
kuroneko.tree update issues 2024-07-24 18:20:12 +02:00
music.tree restructuring the music section 2024-09-29 15:19:30 +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 moving issue tracker to src.liquidev.net; updating links 2024-09-12 23:31:51 +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.