mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 13:01:03 +00:00

17:31]librasteve: hello, we recently added fragment to the Raku Cro Templates (as inspired by HTMX LOB) and I thought you may like to add to the list of fragments at https://htmx.org/essays/template-fragments/, something like Raku / Cro Template (https://github.com/croservices/cro-website/blob/main/docs/reference/cro-webapp-template-syntax.md#fragments) ~librasteve [18:15]1cg: Hi there [18:16]1cg: That looks great, yes, can you create a PR here w/ a link to that page: https://github.com/bigskysoftware/htmx/blob/master/www/content/essays/template-fragments.md [18:16]1cg: and then send me a link to the PR and I'll integrate it [19:17]librasteve: cool - will do
Running The Website Locally
The htmx.org website is built with Zola. To run the site, install Zola; then, from the root of the repository:
cd www
zola serve
The site should then be available at http://localhost:1111