mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-27 04:50:43 +00:00

* Fix anchor id for 'Configuring Response Handling Examples' header * Move heading anchor links to right of heading To make sure they don't get cut off by weird browsers. Also make the anchor link text the 'link' emoji which is more fun than the hashtag. * Keep anchor links on the left * Make entire header the anchor link and show link emoji on hover * Fix anchor link colour in dark mode * Revert anchor link icon to hash character --------- Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
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