From 2d6d7bb55c8ac166ab99fc3ba40aed2f6bc8ab62 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 6 Jul 2025 16:39:29 +0700 Subject: all: add project pakakeh.ts pakakeh.ts is a HTML web-user interface components built with TypeScript. --- .gitmodules | 4 ++++ _content/project/index.adoc | 7 +++++++ _content/project/pakakeh.ts/index.md | 1 + _project/src/pakakeh.ts | 1 + 4 files changed, 13 insertions(+) create mode 120000 _content/project/pakakeh.ts/index.md create mode 160000 _project/src/pakakeh.ts 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 index 0000000..432958e --- /dev/null +++ b/_project/src/pakakeh.ts @@ -0,0 +1 @@ +Subproject commit 432958e0e10f82c720d3342570e6b0f6b1d22274 -- cgit v1.3