A vibe coded tangled fork which supports pijul.
Go
84.0%
HTML
14.3%
Nix
1.7%
117
50
25
Clone this repository
https://tangled.org/dzming.li/core
https://tangled.org/did:web:dzming.li/core
git@knot.dzming.li:dzming.li/core
git@knot.dzming.li:did:web:dzming.li/core
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
This now allows for a more organized template structure. All templates
can now be accessed via "parent/child" paths, and are templated atop
the layouts/*.html files.
The layout files themselves are modular and can be included in each
other. The only caveat is layout/*.html NEED to define their own
template names like so:
{{ define "base" }}
The other page templates do not (and musn't) define their own template.