From a4440d50124e0266feca41c7c14290b2dd3a40c7 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 29 Jun 2025 20:41:28 +0700 Subject: 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. --- .gitmodules | 4 ++++ _content/project/awwan | 1 + _content/project/index.adoc | 4 +++- _project/src/awwan | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) create mode 120000 _content/project/awwan create mode 160000 _project/src/awwan 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 index 0000000..2760966 --- /dev/null +++ b/_project/src/awwan @@ -0,0 +1 @@ +Subproject commit 276096698be34a7c629b3fe7bfd79c48e1c24921 -- cgit v1.3