treehouse/content
2024-11-04 22:41:55 +01: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 music: the curious case of Amon Tobin's Creatures 2024-10-28 22:37:09 +01:00
programming factual correction in buildsome: source maps are a thing 2024-09-10 20:55:06 +02:00
treehouse changelog entry for new layout 2024-10-30 23:15:40 +01:00
about-treehouse.tree post: buildsome 2024-09-09 20:44:22 +02:00
about.tree fix typo in about 2024-11-04 22:41:55 +01: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 switch the layout to a wider one that leans slightly to the left of the page 2024-10-30 23:02:47 +01:00
kuroneko.tree update issues 2024-07-24 18:20:12 +02:00
music.tree music: the curious case of Amon Tobin's Creatures 2024-10-28 22:37:09 +01:00
philosophy.tree philosophy: "I build things" 2024-10-28 23:17:14 +01:00
programming.tree giving titles to programming and philosophy 2024-09-29 21:32: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 remove areox's link 2024-10-30 23:37:51 +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.