alpha
Login
or
Join now
kacaii.dev
/
blog
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
💻 My corner on the internet
kacaii.dev/
lustre
evergarden
wisp-place
gleam
atproto
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
assets: use font from fonts.bunny.net
author
kacaii.dev
date
1 week ago
(Jul 17, 2026, 1:03 PM -0300)
commit
b9e0af8a
b9e0af8ae14af4910650249877a58bbf113b7a1e
parent
d4b98486
d4b9848620ccbad95b261445117829ab6dd50cf4
change-id
zslytkmo
zslytkmooxxxqulmovwlsupypvmupppu
2/2
deploy.yml
success
1m 33s
test.yml
success
1m 15s
+25
-10
1 changed file
Expand all
Collapse all
Unified
Split
gleam.toml
+25
-10
gleam.toml
View file
Reviewed
···
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
28
-
links = [
29
29
-
{ rel = "icon", type = "image/x-icon", href = "/favicon.webp" },
30
30
-
{ rel = "me", href = "https://sifa.id/p/kacaii.dev" },
31
31
-
{ rel = "human-json", href = "/human.json" },
32
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
43
-
stylesheets = [
44
44
-
{ href = "https://fonts.googleapis.com/css2?family=B612:ital,wght@0,400;0,700;1,400;1,700&display=swap" },
45
45
-
{ href = "https://unpkg.com/@knadh/oat/oat.min.css" },
46
46
-
]
47
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
48
+
49
49
+
[[tools.lustre.html.links]]
50
50
+
rel = "me"
51
51
+
href = "https://sifa.id/p/kacaii.dev"
52
52
+
53
53
+
[[tools.lustre.html.links]]
54
54
+
rel = "human-json"
55
55
+
href = "/human.json"
56
56
+
57
57
+
[[tools.lustre.html.links]]
58
58
+
rel = "icon"
59
59
+
type = "image/x-icon"
60
60
+
href = "/favicon.webp"
61
61
+
62
62
+
[[tools.lustre.html.links]]
63
63
+
rel = "stylesheet"
64
64
+
href = "https://unpkg.com/@knadh/oat/oat.min.css"
65
65
+
66
66
+
[[tools.lustre.html.links]]
67
67
+
rel = "preconnect"
68
68
+
href = "https://fonts.bunny.net"
69
69
+
70
70
+
[[tools.lustre.html.links]]
71
71
+
rel = "stylesheet"
72
72
+
href = "https://fonts.bunny.net/css?family=b612:400,400i,700,700i"