diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-06 16:39:29 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-06 23:26:18 +0700 |
| commit | 2d6d7bb55c8ac166ab99fc3ba40aed2f6bc8ab62 (patch) | |
| tree | d241ed156a9c1266c560ccfcfbe821cf4ec86ffb | |
| parent | 180aa78df647ea9d5c7561809b860c1e12cd0367 (diff) | |
| download | kilabit.info-2d6d7bb55c8ac166ab99fc3ba40aed2f6bc8ab62.tar.xz | |
all: add project pakakeh.ts
pakakeh.ts is a HTML web-user interface components built with TypeScript.
| -rw-r--r-- | .gitmodules | 4 | ||||
| -rw-r--r-- | _content/project/index.adoc | 7 | ||||
| l--------- | _content/project/pakakeh.ts/index.md | 1 | ||||
| m--------- | _project/src/pakakeh.ts | 0 |
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 |
