diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-06 21:35:21 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-07 00:53:09 +0700 |
| commit | 028580508facc0924cab1666e8aeacdc72e280a1 (patch) | |
| tree | f9b1374e2a59fb3f47c20acea5dc4be583560a16 /_example | |
| parent | 51ac42c62f8b1bd0c1669c01fa445cb1ed76d02e (diff) | |
| download | ciigo-028580508facc0924cab1666e8aeacdc72e280a1.tar.xz | |
all: update README for running ciigo as CLI
In the README we add list of ciigo features, describe how to install
ciigo, reformat the Usage, add an example of running ciigo convert
and serve, how to write content and view it live on browser, and
how to deploy it using rsync.
Diffstat (limited to '_example')
| -rw-r--r-- | _example/.gitignore | 2 | ||||
| l--------- | _example/COPYING | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/_example/.gitignore b/_example/.gitignore new file mode 100644 index 0000000..ed8cb1d --- /dev/null +++ b/_example/.gitignore @@ -0,0 +1,2 @@ +/.ciigo_rescan +/journal diff --git a/_example/COPYING b/_example/COPYING deleted file mode 120000 index 012065c..0000000 --- a/_example/COPYING +++ /dev/null @@ -1 +0,0 @@ -../COPYING
\ No newline at end of file |
