aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5ae0df5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
1# My cgit configuration
2
3This repository contains all the files needed to configure my
4[cgit](https://git.zx2c4.com/cgit/about) instance:
5
6* `cgitrc`: the main configuration file.
7* `custom/README.html`: the content of the main "About" page, generated
8 manually from `custom/README.md`.
9* `custom/about-filter.sh`: custom filter for README pages.
10* Other files in `custom/`: various static content (pictures, HTML
11 snippets) used to build the pages.
12
13For testing locally, you can use `lighttpd.conf` (but first change it to
14match your username!). The script `deploy.sh` can be used to push the
15files to the correct folder, either locally or remotely. This works on
16Alpine Linux, the paths may vary for other distros. See also
17[Alpine Linux Wiki - Cgit](https://wiki.alpinelinux.org/wiki/Cgit).

Generated with cgit - Back to sebastiano.tronto.net