Support for HTMX #36
pspencer-arculus
started this conversation in
Feature Requests
Replies: 1 comment
-
Thank you for your suggestion. I learnt about HTMX myself less than two weeks ago! I will definitely look at this more closely, tags in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HTMX is an awesome reactive technology, and I would love to utilize it with your amazing docs theme! I would love to use hx- tags in the embedded HTML in my
docs/*.md
, like this example:https://github.com/acaloiaro/hugo-htmx-go-template
The example includes a web server that serves the dynamic html.
I tried to inject HTMX into Lotus Docs similar to how
fetch-deps.sh
does it:https://github.com/acaloiaro/hugo-htmx-go-template/blob/main/bin/fetch-deps.sh
and I also tried adding the HTMX script tag into the head of Lotus Docs.
Thank you for considering this, and awesome work on this template! I love the theme, and the search bar.
Beta Was this translation helpful? Give feedback.
All reactions