diff options
| author | onelin <oscar@nelin.dk> | 2026-04-02 17:39:35 +0000 |
|---|---|---|
| committer | onelin <oscar@nelin.dk> | 2026-04-02 17:42:50 +0000 |
| commit | f458a536ac8d732e47a8dce4d92aa2f1b5a2c649 (patch) | |
| tree | 7f1c538d01d55ab5bddb543eb28364dc3d790914 /cgit/cgitrc | |
| parent | 2489faf7ac22f45ab92545db1216ce8cfa4fae98 (diff) | |
Add compiled cgit 1.3
Also includes:
* Everforest theme
* Automatic last-modified hooks
* Update to icon and logo
Diffstat (limited to 'cgit/cgitrc')
| -rw-r--r-- | cgit/cgitrc | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/cgit/cgitrc b/cgit/cgitrc index ecd0083..6abeaf5 100644 --- a/cgit/cgitrc +++ b/cgit/cgitrc @@ -1,7 +1,28 @@ # Needed to avoid duplicating URI in every href virtual-root=/ +# Enable us "ignoring" specific repositories +enable-git-config=1 + +# Self explanatory +enable-http-clone=1 + +# Remove .git suffix +remove-suffix=1 + +# Needs to be mountpoint of the gitolite volume scan-path=/var/lib/git/repositories project-list=/var/lib/git/projects.list -#enable-index-links=1 -repo.ignore=1 + +# Requires python +#source-filter=/usr/lib/cgit/filters/syntax-high.py +#about-filter=/usr/lib/cgit/filters/about-formatting.sh + +root-title=Personal projects +root-desc=A brief collection +root-readme=/var/www/htdocs/cgit/about.html +local-time=1 + +css=/everforest.css +css=/cgit.css +logo=/logo.png |
