Skip to content

Commit dc5fcb8

Browse files
committed
Add HTMX and AlpineJS to README
1 parent d3eb854 commit dc5fcb8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ See these posts for motivation:
1111
Typesafe templates, grids, forms, code highlighting, markdown etc.
1212
JVM and ScalaJS supported!
1313

14+
Support for custom attributes:
15+
- [HTMX](https://htmx.org/reference/#attributes)
16+
- [AlpineJS](https://alpinejs.dev/directives/data)
17+
1418
---
1519
### [Hepek SSG](https://sake92.github.io/hepek/hepek/index.html) [![Maven Central](https://img.shields.io/maven-central/v/ba.sake/hepek_3.svg?style=flat-square&label=Scala+3)](https://mvnrepository.com/artifact/ba.sake/hepek)
1620
Static site generator for developers.

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ object V {
88
val openHtmlToPdf = "1.0.2"
99

1010
val selenium = "2.52.0"
11-
val munit = "1.0.0-M10"
11+
val munit = "1.0.0"
1212
}

0 commit comments

Comments
 (0)