diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-31 17:10:07 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-31 17:10:07 +0200 |
| commit | 66b54db812b01f5b944b0e5694a1473bdbcbaf32 (patch) | |
| tree | 177d8c6120c8df5e5a63162417258e1522951c11 /README.md | |
| download | cgit-config-master.tar.gz cgit-config-master.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
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 | |||
| 3 | This 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 | |||
| 13 | For testing locally, you can use `lighttpd.conf` (but first change it to | ||
| 14 | match your username!). The script `deploy.sh` can be used to push the | ||
| 15 | files to the correct folder, either locally or remotely. This works on | ||
| 16 | Alpine Linux, the paths may vary for other distros. See also | ||
| 17 | [Alpine Linux Wiki - Cgit](https://wiki.alpinelinux.org/wiki/Cgit). | ||
