summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules4
-rw-r--r--_content/project/index.adoc7
l---------_content/project/pakakeh.ts/index.md1
m---------_project/src/pakakeh.ts0
4 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 081c326..5190294 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -46,3 +46,7 @@
path = _project/src/beku
url = git@git.sr.ht:~shulhan/beku
branch = main
+[submodule "_project/src/pakakeh.ts"]
+ path = _project/src/pakakeh.ts
+ url = git@git.sr.ht:~shulhan/pakakeh.ts
+ branch = main
diff --git a/_content/project/index.adoc b/_content/project/index.adoc
index 3e098df..d9d8e56 100644
--- a/_content/project/index.adoc
+++ b/_content/project/index.adoc
@@ -144,6 +144,13 @@ and client), email (client only), STMP, and MemFS (memory file system).
link:/project/pakakeh.go/[Project page^]
+== pakakeh.ts
+
+`pakakeh.ts` is a HTML web-user interface components built with TypeScript.
+
+link:/project/pakakeh.ts/[Project page^]
+
+
== rescached
Rescached is resolver cache daemon.
diff --git a/_content/project/pakakeh.ts/index.md b/_content/project/pakakeh.ts/index.md
new file mode 120000
index 0000000..111821b
--- /dev/null
+++ b/_content/project/pakakeh.ts/index.md
@@ -0,0 +1 @@
+../../../_project/src/pakakeh.ts/README.md \ No newline at end of file
diff --git a/_project/src/pakakeh.ts b/_project/src/pakakeh.ts
new file mode 160000
+Subproject 432958e0e10f82c720d3342570e6b0f6b1d2227