about summary refs log tree commit diff
path: root/templates-neo
Commit message (Collapse)AuthorAgeFilesLines
* kittybox-indieauth: 0.1.0 -> 0.2.0Vika2024-07-091-1/+1
| | | | | | | | | Added fundamental AutoAuth types. This library can now be used to augment existing authorization and token endpoints with AutoAuth capabilities. See https://github.com/sknebel/AutoAuth/blob/master/AutoAuth.md for the latest spec draft.
* kittybox-html: cargo fmtVika2024-06-142-138/+184
|
* lint: no extra whitespace on line endingsVika2024-01-291-2/+2
|
* templates-neo: add a test CLI that renders entriesVika2023-08-082-6/+22
| | | | This allows interactively testing the markup.
* templates-neo: fix hacks around the `html` crateVika2023-08-082-9/+88
| | | | Finally I can properly add child elements without using the string hack.
* templates-neo: initVika2023-07-313-0/+379
This is an experimental approach to templates, using `yoshuawuyts`'s `html` crate. The crate itself has a promising API, but is notably incomplete.