diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2026-01-18 16:45:04 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2026-01-18 16:45:44 -0500 |
| commit | 037ddb4f29fc2af3ef16a9e51312bde85f635c9b (patch) | |
| tree | 8e0d3f357d9440b9e740d92a0e53e4ad2a6f7e4e /cgitrc | |
| parent | bae5e4768d6afe32659d803fe454ba49ee948031 (diff) | |
| download | alpine-cgit-037ddb4f29fc2af3ef16a9e51312bde85f635c9b.tar.gz alpine-cgit-037ddb4f29fc2af3ef16a9e51312bde85f635c9b.tar.xz | |
Switch markdown formatting to cmark which is far faster than the old
python based setup.
Also tweak cgitrc and Nginx configuration a bit for simplicity.
Move webroot out of git root.
Diffstat (limited to 'cgitrc')
| -rw-r--r-- | cgitrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -27,7 +27,9 @@ mimetype.svg=image/svg+xml # Highlight source code with python pygments-based highlighter -source-filter=/usr/lib/cgit/filters/syntax-highlighting.py +# You will need to adjust the dockerfile to make sure they're installed. +# Also, beware they're *very slow* +# source-filter=/usr/lib/cgit/filters/syntax-highlighting.py about-filter=/usr/lib/cgit/filters/about-formatting.sh |
