Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions sitegen/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ van.add(document.body, Counter())
td(Link("Van-Server", "https://github.com/zakarialaoui10/van-server")),
td("Server-side rendering for ", VanJS(), " with file-based routing and client-side hydration"),
td(Link("Zakaria Elalaoui", "https://github.com/zakarialaoui10")),
),
tr(
td(Link("Themes-Provider", "https://github.com/zakarialaoui10/themes-provider")),
td("Tree-shakeable, framework-agnostic theme manager for ", VanJS(), " and beyond β€” converts JavaScript objects into :root CSS variables, with optional namespacing"),
td(Link("Zakaria Elalaoui", "https://github.com/zakarialaoui10")),
)
),
),
Expand Down