blob: 5ae0df52eead99f0f88ecb5b3e9a467c7434d2bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# My cgit configuration
This repository contains all the files needed to configure my
[cgit](https://git.zx2c4.com/cgit/about) instance:
* `cgitrc`: the main configuration file.
* `custom/README.html`: the content of the main "About" page, generated
manually from `custom/README.md`.
* `custom/about-filter.sh`: custom filter for README pages.
* Other files in `custom/`: various static content (pictures, HTML
snippets) used to build the pages.
For testing locally, you can use `lighttpd.conf` (but first change it to
match your username!). The script `deploy.sh` can be used to push the
files to the correct folder, either locally or remotely. This works on
Alpine Linux, the paths may vary for other distros. See also
[Alpine Linux Wiki - Cgit](https://wiki.alpinelinux.org/wiki/Cgit).
|