summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-28 05:45:33 +0700
committerShulhan <ms@kilabit.info>2026-01-28 05:50:44 +0700
commitd12808d9d3ca9515c9af0bf8c57c8af5742f7aa8 (patch)
tree9c0fa36b1832845cb9b9aa747e69682b866b9b77
parent64654e10c4f27d0d4f217f0bb249faaa53d260a1 (diff)
downloadkilabit.info-d12808d9d3ca9515c9af0bf8c57c8af5742f7aa8.tar.xz
_content: add link to status.kilabit.info
The status page show the status of our services.
-rw-r--r--_content/template.gohtml2
m---------_project/src/ciigo0
-rw-r--r--go.mod2
-rw-r--r--go.sum2
4 files changed, 3 insertions, 3 deletions
diff --git a/_content/template.gohtml b/_content/template.gohtml
index 903425b..4ea24a8 100644
--- a/_content/template.gohtml
+++ b/_content/template.gohtml
@@ -38,6 +38,8 @@
<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>
diff --git a/_project/src/ciigo b/_project/src/ciigo
-Subproject ec7d47e11094d51e33a19009c5d8819cddaaaf5
+Subproject f905c3330aaa6f1c1f5b78815290691f20cf366
diff --git a/go.mod b/go.mod
index 1101fc9..1373e78 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)
-//replace git.sr.ht/~shulhan/ciigo => ./_project/src/ciigo
+replace git.sr.ht/~shulhan/ciigo => ./_project/src/ciigo
//replace git.sr.ht/~shulhan/asciidoctor-go => ./_project/src/asciidoctor-go
diff --git a/go.sum b/go.sum
index 892a022..a914746 100644
--- a/go.sum
+++ b/go.sum
@@ -1,7 +1,5 @@
git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d h1:rdDzlVPJjgR6Jz84VNEAbdvNypMPtH3O6uEbVYb/7Rk=
git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d/go.mod h1:cY9Ae1vu3OniC7z29twH1/PMJa7ZSSUqbK9QQM4/bhc=
-git.sr.ht/~shulhan/ciigo v0.15.4-0.20260124144929-5f12f2705a29 h1:WQt46ZMMLVVSsccM7IGzUz+FrddehvHaplzpBl7u9UI=
-git.sr.ht/~shulhan/ciigo v0.15.4-0.20260124144929-5f12f2705a29/go.mod h1:S2aZR80qc3bN8b6O1gHZiJOfhlzJT7rGn2H82V9wMac=
git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260115103415-806359d5462f h1:2D3QbPVWg5g91wcuyfY9fuN35NWXvCJAjg7c6YbKSVE=
git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260115103415-806359d5462f/go.mod h1:1MkKXbLZRHTcnheeSEbRpGztkym4Yxzh90ep+jCxbDc=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=