💻 My corner on the internet kacaii.dev/
lustre evergarden wisp-place gleam atproto
0

Configure Feed

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

assets: use font from fonts.bunny.net

author
kacaii.dev
date (Jul 17, 2026, 1:03 PM -0300) commit b9e0af8a parent d4b98486 change-id zslytkmo
+25 -10
+25 -10
gleam.toml
··· 25 25 title = "kacaii.dev" 26 26 body = '<div id="app" class="crt" data-sidebar-layout></div>' 27 27 scripts = [{ src = "https://unpkg.com/@knadh/oat/oat.min.js" }] 28 - links = [ 29 - { rel = "icon", type = "image/x-icon", href = "/favicon.webp" }, 30 - { rel = "me", href = "https://sifa.id/p/kacaii.dev" }, 31 - { rel = "human-json", href = "/human.json" }, 32 - ] 33 28 34 29 meta = [ 35 30 { name = "description", content = "My personal corner on the internet" }, ··· 40 35 { property = "og:url", content = "https://kacaii.dev" }, 41 36 ] 42 37 43 - stylesheets = [ 44 - { href = "https://fonts.googleapis.com/css2?family=B612:ital,wght@0,400;0,700;1,400;1,700&display=swap" }, 45 - { href = "https://unpkg.com/@knadh/oat/oat.min.css" }, 46 - ] 47 - 48 38 [tools.lustre.build] 49 39 minify = true 50 40 outdir = "dist" ··· 55 45 56 46 [lucide_lustre] 57 47 output_module = "blog/icon" 48 + 49 + [[tools.lustre.html.links]] 50 + rel = "me" 51 + href = "https://sifa.id/p/kacaii.dev" 52 + 53 + [[tools.lustre.html.links]] 54 + rel = "human-json" 55 + href = "/human.json" 56 + 57 + [[tools.lustre.html.links]] 58 + rel = "icon" 59 + type = "image/x-icon" 60 + href = "/favicon.webp" 61 + 62 + [[tools.lustre.html.links]] 63 + rel = "stylesheet" 64 + href = "https://unpkg.com/@knadh/oat/oat.min.css" 65 + 66 + [[tools.lustre.html.links]] 67 + rel = "preconnect" 68 + href = "https://fonts.bunny.net" 69 + 70 + [[tools.lustre.html.links]] 71 + rel = "stylesheet" 72 + href = "https://fonts.bunny.net/css?family=b612:400,400i,700,700i"