summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-02-04 04:21:15 +0700
committerShulhan <ms@kilabit.info>2026-02-04 04:21:15 +0700
commitdb73ba515eeb92d68fad228b18766af6a33d5182 (patch)
tree007aa67995e73cf450fac0c6da47e4fad2b09348
parent872bcf3f09ce30cc710899108b9326b08f4f2ea6 (diff)
downloadkilabit.info-db73ba515eeb92d68fad228b18766af6a33d5182.tar.xz
_content: update style, follow default ciigo
-rw-r--r--_content/index.css16
-rw-r--r--_content/template.gohtml36
m---------_project/src/ciigo0
-rw-r--r--go.mod2
4 files changed, 18 insertions, 36 deletions
diff --git a/_content/index.css b/_content/index.css
index 0ac34bc..71af1fc 100644
--- a/_content/index.css
+++ b/_content/index.css
@@ -1,19 +1,3 @@
-h2,
-h3,
-h4,
-h5,
-h6 {
- border-bottom: 1px solid gray;
-}
-
-h2 {
- margin-top: 2rem;
-}
-
-#toc ul {
- margin-bottom: 0.4rem;
-}
-
#toc ul.sectlevel1 {
column-width: 20rem;
}
diff --git a/_content/template.gohtml b/_content/template.gohtml
index 4ea24a8..9018e5d 100644
--- a/_content/template.gohtml
+++ b/_content/template.gohtml
@@ -22,25 +22,23 @@
<body>
<div class="topbar" role="banner">
- <div class="left">
- <a class="item title" href="/">kilabit.info</a>
- <span class="item">|</span>
- <a class="item" href="/ama" target="_blank"> AmA </a>
- <span class="item">|</span>
- <a class="item" href="https://build.kilabit.info" target="_blank"> Build </a>
- <span class="item">|</span>
- <a class="item" href="mailto:ms@kilabit.info" target="_blank"> Email </a>
- <span class="item">|</span>
- <a class="item" href="https://github.com/shuLhan" target="_blank"> GitHub </a>
- <span class="item">|</span>
- <a class="item" rel="me" href="https://fosstodon.org/@shuLhan" target="_blank"> Mastodon </a>
- <span class="item">|</span>
- <a class="item" href="/project/"> Projects </a>
- <span class="item">|</span>
- <a class="item" href="https://sr.ht/~shulhan" target="_blank"> SourceHut </a>
- <span class="item">|</span>
- <a class="item" href="https://status.kilabit.info" target="_blank"> Status </a>
- </div>
+ <a class="item title" href="/">kilabit.info</a>
+ <span class="item">|</span>
+ <a class="item" href="/ama" target="_blank"> AmA </a>
+ <span class="item">|</span>
+ <a class="item" href="https://build.kilabit.info" target="_blank"> Build </a>
+ <span class="item">|</span>
+ <a class="item" href="mailto:ms@kilabit.info" target="_blank"> Email </a>
+ <span class="item">|</span>
+ <a class="item" href="https://github.com/shuLhan" target="_blank"> GitHub </a>
+ <span class="item">|</span>
+ <a class="item" rel="me" href="https://fosstodon.org/@shuLhan" target="_blank"> Mastodon </a>
+ <span class="item">|</span>
+ <a class="item" href="/project/"> Projects </a>
+ <span class="item">|</span>
+ <a class="item" href="https://sr.ht/~shulhan" target="_blank"> SourceHut </a>
+ <span class="item">|</span>
+ <a class="item" href="https://status.kilabit.info" target="_blank"> Status </a>
</div>
<div class="page" role="main">
diff --git a/_project/src/ciigo b/_project/src/ciigo
-Subproject 5c30c1f5d0435791c164b89f98891ae27dda4de
+Subproject b447e8991270ddf634761c7a6b7daf411211f2a
diff --git a/go.mod b/go.mod
index b238e70..d2cf6a4 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ module git.sr.ht/~shulhan/kilabit.info
go 1.24.0
require (
- git.sr.ht/~shulhan/ciigo v0.15.4-0.20260124144929-5f12f2705a29
+ git.sr.ht/~shulhan/ciigo v0.15.4-0.20260203211706-b447e8991270
git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444
)