diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-29 20:41:28 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-29 20:41:38 +0700 |
| commit | a4440d50124e0266feca41c7c14290b2dd3a40c7 (patch) | |
| tree | 8fcba19cbcfa070ff09925057805df903ed8e1c9 | |
| parent | 1f8f8801c48b75084f80e1614177480824572a07 (diff) | |
| download | kilabit.info-a4440d50124e0266feca41c7c14290b2dd3a40c7.tar.xz | |
all: add project awwan
The awwan repository now managed as submodule under _project/src/awwan.
The documentation is linked to _content/project/awwan/ for visibility.
| -rw-r--r-- | .gitmodules | 4 | ||||
| l--------- | _content/project/awwan | 1 | ||||
| -rw-r--r-- | _content/project/index.adoc | 4 | ||||
| m--------- | _project/src/awwan | 0 |
4 files changed, 8 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 668b7d6..33c27ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = _project/src/asciidoctor-go url = git@git.sr.ht:~shulhan/asciidoctor-go branch = main +[submodule "_project/src/awwan"] + path = _project/src/awwan + url = git@git.sr.ht:~shulhan/awwan + branch = main diff --git a/_content/project/awwan b/_content/project/awwan new file mode 120000 index 0000000..9ebaca3 --- /dev/null +++ b/_content/project/awwan @@ -0,0 +1 @@ +../../_project/src/awwan/_wui/doc
\ No newline at end of file diff --git a/_content/project/index.adoc b/_content/project/index.adoc index 428624a..86a2f79 100644 --- a/_content/project/index.adoc +++ b/_content/project/index.adoc @@ -27,7 +27,9 @@ your own server, while you need is a handful knowledge of shell script? If yes, awwan is the right tools for you. -https://awwan.org[Website^] +https://awwan.org[Website^] | +https://tour.awwan.org[Tour of awwan^] | +link:/project/awwan/[Project page^] === beku (deprecated in favor of Go module) diff --git a/_project/src/awwan b/_project/src/awwan new file mode 160000 +Subproject 276096698be34a7c629b3fe7bfd79c48e1c2492 |
