build: add tailwind v4 and ts tooling

This commit is contained in:
2026-04-14 23:43:41 +02:00
parent 5122348169
commit 93cb99fd94
8 changed files with 684 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ templ Layout(title string, showHeader bool) {
<title>{ title }</title>
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg"/>
<link rel="stylesheet" href="/static/css/style.css"/>
<link rel="stylesheet" href="/static/css/tailwind.css"/>
<script src="https://unpkg.com/htmx.org@1.9.11"></script>
<script src="/static/js/discover.js" defer></script>
<script src="/static/js/anime.js" defer></script>