diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-29 23:17:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-29 23:46:35 +0700 |
| commit | 8bd7a5a34aa4aa47f900967bed6d3a7fb8a8d9f3 (patch) | |
| tree | 082f6ac4241097dcc94b289bc194eace199f9b61 | |
| parent | a4440d50124e0266feca41c7c14290b2dd3a40c7 (diff) | |
| download | kilabit.info-8bd7a5a34aa4aa47f900967bed6d3a7fb8a8d9f3.tar.xz | |
all: add project ciigo
| -rw-r--r-- | .gitmodules | 4 | ||||
| l--------- | _content/project/ciigo | 1 | ||||
| -rw-r--r-- | _content/project/index.adoc | 7 | ||||
| m--------- | _project/src/ciigo | 0 |
4 files changed, 11 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 33c27ec..05d46b0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,7 @@ path = _project/src/awwan url = git@git.sr.ht:~shulhan/awwan branch = main +[submodule "_project/src/ciigo"] + path = _project/src/ciigo + url = git@git.sr.ht:~shulhan/ciigo + branch = main diff --git a/_content/project/ciigo b/_content/project/ciigo new file mode 120000 index 0000000..5f5d76e --- /dev/null +++ b/_content/project/ciigo @@ -0,0 +1 @@ +../../_project/src/ciigo/_doc
\ No newline at end of file diff --git a/_content/project/index.adoc b/_content/project/index.adoc index 86a2f79..6e5ebbf 100644 --- a/_content/project/index.adoc +++ b/_content/project/index.adoc @@ -5,6 +5,7 @@ and https://sr.ht/~shulhan[SourceHut^] pages. + === asciidoctor-go The asciidoctor-go is the Go module to parse the @@ -13,6 +14,7 @@ and convert it into HTML5. link:/project/asciidoctor-go/[Project page^] + === awwan `awwan` is configuration management software, infrastructure as file and @@ -31,6 +33,7 @@ https://awwan.org[Website^] | https://tour.awwan.org[Tour of awwan^] | link:/project/awwan/[Project page^] + === beku (deprecated in favor of Go module) Beku is command line program to manage packages in user's @@ -40,13 +43,15 @@ This program exists long before before `godep` or Go module exist and stable. https://github.com/shuLhan/beku[Project page^] + === ciigo ciigo is a program to write static web server with embedded files using asciidoc markup language. This site and golang-id.org is written with `ciigo` as framework. -https://sr.ht/~shulhan/ciigo[Project page^] +link:/project/ciigo/[Project page^] + === golang-id.org diff --git a/_project/src/ciigo b/_project/src/ciigo new file mode 160000 +Subproject e518e7afe073c725aa7f4019be7eb684c36111c |
