diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-30 01:12:03 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-30 01:12:03 +0700 |
| commit | 58e7cb2510f0282c42ef208114a3aa76ab4e23f2 (patch) | |
| tree | 4714abf7925ca2191c2ff99afa927bab96029f95 | |
| parent | f21e49d11fc6d3cac9813d5d00bac1e5024f6316 (diff) | |
| download | kilabit.info-58e7cb2510f0282c42ef208114a3aa76ab4e23f2.tar.xz | |
all: add project gotp
| -rw-r--r-- | .gitmodules | 4 | ||||
| l--------- | _content/project/gotp | 1 | ||||
| -rw-r--r-- | _content/project/index.adoc | 2 | ||||
| m--------- | _project/src/gotp | 0 |
4 files changed, 6 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index db42038..f80d598 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,7 @@ path = _project/src/gorankusu url = git@git.sr.ht:~shulhan/gorankusu branch = main +[submodule "_project/src/gotp"] + path = _project/src/gotp + url = git@git.sr.ht:~shulhan/gotp + branch = main diff --git a/_content/project/gotp b/_content/project/gotp new file mode 120000 index 0000000..e060087 --- /dev/null +++ b/_content/project/gotp @@ -0,0 +1 @@ +../../_project/src/gotp/_doc
\ No newline at end of file diff --git a/_content/project/index.adoc b/_content/project/index.adoc index 84afef8..dea4c8d 100644 --- a/_content/project/index.adoc +++ b/_content/project/index.adoc @@ -81,7 +81,7 @@ link:/project/gorankusu/[Project page^] Command line interface for Time-based One Time Password (TOTP). -https://sr.ht/~shulhan/gotp[Project page^] +link:/project/gotp/[Project page^] === haminer diff --git a/_project/src/gotp b/_project/src/gotp new file mode 160000 +Subproject 4683c2551043df4886ce65e41568e8026821905 |
