diff options
Diffstat (limited to '')
| -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). | ||
