Monorepo for Tangled tangled.org
5

Configure Feed

Select the types of activity you want to include in your feed.

*: bump htmx to latest (2.0.10)

Signed-off-by: Seongmin Lee <git@boltless.me>

author
Seongmin Lee
date (Jun 21, 2026, 8:28 PM +0900) commit b20e461b parent 262439d4 change-id vrrsnrpz
+4 -6
+2 -4
flake.nix
··· 20 20 flake = false; 21 21 }; 22 22 htmx-src = { 23 - url = "https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js"; 23 + url = "https://cdn.jsdelivr.net/npm/htmx.org@2.0.10/dist/htmx.min.js"; 24 24 flake = false; 25 25 }; 26 26 htmx-ws-src = { 27 - # strange errors in console that i can't really make out 28 - # url = "https://unpkg.com/htmx.org@2.0.4/dist/ext/ws.js"; 29 - url = "https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.2"; 27 + url = "https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.4"; 30 28 flake = false; 31 29 }; 32 30 lucide-src = {
+2 -2
localinfra/scripts/appview-static-files.sh
··· 1 1 #!/usr/bin/env bash 2 2 set -euo pipefail 3 3 4 - HTMX_URL="https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js" 5 - HTMX_WS_URL="https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.2" 4 + HTMX_URL="https://cdn.jsdelivr.net/npm/htmx.org@2.0.10/dist/htmx.min.js" 5 + HTMX_WS_URL="https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.4" 6 6 MERMAID_URL="https://cdn.jsdelivr.net/npm/mermaid@11.12.3/dist/mermaid.min.js" 7 7 LUCIDE_URL="https://github.com/lucide-icons/lucide/releases/download/0.536.0/lucide-icons-0.536.0.zip" 8 8 INTER_URL="https://github.com/rsms/inter/releases/download/v4.1/Inter-4.1.zip"