treehouse/template
liquidex c58c07d846 version history MVP
implement basic version history support; there's now an icon in the footer that lets you see the previous versions and their sources
I'm a bit worried about spoilers but honestly it's yet another way to hint yourself at the cool secrets so I don't mind
2024-09-28 23:45:06 +02:00
..
components version history MVP 2024-09-28 23:45:06 +02:00
_history.hbs version history MVP 2024-09-28 23:45:06 +02:00
_new.hbs remove a bunch of .html links 2024-03-03 21:39:54 +01:00
_tree.hbs moving some things around; fixed import maps not being deterministic 2024-07-22 20:01:58 +02:00
README.md newsfeed 2024-02-21 23:17:19 +01:00
sandbox.hbs add site-wide JS caching through import maps 2024-07-20 23:38:30 +02:00

Templates

This directory houses Handlebars templates, which are mostly used for reusable bits of the house.

Files that are not prefixed with a _ are generated into their own .html files. All other files are only loaded into Handlebars for use by other templates (or the generator itself.)

In particular, _tree.hbs is used as the default page template. This can be changed by including a %% template = "_whatever.hbs" at the top of your .tree file.