diff options
| -rw-r--r-- | .gitmodules | 4 | ||||
| -rw-r--r-- | _content/project/index.adoc | 2 | ||||
| l--------- | _content/project/pakakeh.go | 1 | ||||
| m--------- | _project/src/pakakeh.go | 0 |
4 files changed, 6 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index e898671..942a97a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,3 +30,7 @@ path = _project/src/karajo url = git@git.sr.ht:~shulhan/karajo branch = main +[submodule "_project/src/pakakeh.go"] + path = _project/src/pakakeh.go + url = git@git.sr.ht:~shulhan/pakakeh.go + branch = main diff --git a/_content/project/index.adoc b/_content/project/index.adoc index 66e9ac6..587f22b 100644 --- a/_content/project/index.adoc +++ b/_content/project/index.adoc @@ -127,7 +127,7 @@ https://github.com/shuLhan/libvos[Project page^] The most outstanding packages are WebSocket (server and client), DNS (server and client), email (client only), STMP, and MemFS (memory file system). -https://sr.ht/~shulhan/pakakeh.go[Project page^] +link:/project/pakakeh.go/[Project page^] === rescached diff --git a/_content/project/pakakeh.go b/_content/project/pakakeh.go new file mode 120000 index 0000000..8cc2aea --- /dev/null +++ b/_content/project/pakakeh.go @@ -0,0 +1 @@ +../../_project/src/pakakeh.go/_doc
\ No newline at end of file diff --git a/_project/src/pakakeh.go b/_project/src/pakakeh.go new file mode 160000 +Subproject 440bc5872fff95c312e5ff409e9a970ded4de14 |
