-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split extensions out and rework website
- Loading branch information
Showing
235 changed files
with
467 additions
and
17,284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# htmx-extensions | ||
The officially supported extensions for htmx. We have plans to build out a library of 3P extensions as well. | ||
|
||
If you want to run the tests, make sure to `npm install` first. | ||
This is the extensions repository for htmx and includes the website found at https://extensions.htmx.org. | ||
|
||
To run the tests in the CLI, use `npm test` (requires node 20) | ||
|
||
To run the tests in your browser, open `test/index.html` | ||
If you wish to add your own community extension, please create a PR against `/www/index.html` with a link to your | ||
git repositories `README.md` file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
[build] | ||
base = "www" | ||
publish = "public" | ||
command = "zola build" | ||
|
||
[build.environment] | ||
ZOLA_VERSION = "0.17.1" | ||
|
||
[context.deploy-preview] | ||
command = "zola build --base-url $DEPLOY_PRIME_URL" |
Oops, something went wrong.