diff options
| author | Shulhan <ms@kilabit.info> | 2025-07-14 01:22:45 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-07-14 07:00:09 +0700 |
| commit | 9322b5da3f1fd431cb1cd2685f2cc01e939af910 (patch) | |
| tree | 697f9804384f048cb1bad22b1d98f7b0a33febb7 | |
| parent | 4ff7f3cf514aeb32cefe061994969bdcbd225eed (diff) | |
| download | kilabit.info-9322b5da3f1fd431cb1cd2685f2cc01e939af910.tar.xz | |
all: add project duitku
duitku is the Go module for duitku.com.
| -rw-r--r-- | .gitmodules | 4 | ||||
| l--------- | _content/project/duitku/CHANGELOG.adoc | 1 | ||||
| l--------- | _content/project/duitku/index.md | 1 | ||||
| -rw-r--r-- | _content/project/index.adoc | 8 | ||||
| m--------- | _project/src/duitku | 0 |
5 files changed, 14 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 96c3ec5..325c40e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,3 +54,7 @@ path = _project/src/bin.sh url = git@git.sr.ht:~shulhan/bin.sh branch = main +[submodule "_project/src/duitku"] + path = _project/src/duitku + url = git@git.sr.ht:~shulhan/duitku + branch = main diff --git a/_content/project/duitku/CHANGELOG.adoc b/_content/project/duitku/CHANGELOG.adoc new file mode 120000 index 0000000..1aebc3c --- /dev/null +++ b/_content/project/duitku/CHANGELOG.adoc @@ -0,0 +1 @@ +../../../_project/src/duitku/CHANGELOG.adoc
\ No newline at end of file diff --git a/_content/project/duitku/index.md b/_content/project/duitku/index.md new file mode 120000 index 0000000..626a426 --- /dev/null +++ b/_content/project/duitku/index.md @@ -0,0 +1 @@ +../../../_project/src/duitku/README
\ No newline at end of file diff --git a/_content/project/index.adoc b/_content/project/index.adoc index 5da7057..685d062 100644 --- a/_content/project/index.adoc +++ b/_content/project/index.adoc @@ -63,6 +63,14 @@ This site and golang-id.org is written with `ciigo` as framework. link:/project/ciigo/[Project page^] +== duitku + +Duitku is a Go module for +https://duitku.com[duitku.com]. + +link:/project/duitku/[Project page ^] + + == golang-id.org This website is my second contribution to Go community. diff --git a/_project/src/duitku b/_project/src/duitku new file mode 160000 +Subproject 045bebed5043fcb98a058c12dc9c6f0ee3937f6 |
