mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-01-20 15:46:16 +00:00
The current link is not working as the specified version doesn't exist as opposed to https://www.jsdelivr.com/package/npm/htmx.org?tab=files&version=4.0.0-alpha1
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
Folder Structure
content/- markdown content for the site (docs, examples, essays, attributes, etc.)templates/- zola HTML templates (base, page, section layouts)shortcodes/- template components that can be used in markdown
static/- static assets: images (img/), JavaScript (js/), etcthemes/htmx-theme/- the htmx zola themestatic/css/- stylesheets (site.css,os9.css)static/js/- js files (htmx.js, _hyperscript.js, etc.)templates/- theme-specific templates
config.toml- zola config filepublic/- generated output (created byzola build)