aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c6739d5e9bd27e7afe34495cd078667e8f218fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# cgit extras

This repo contains minor changes to the default `cgit` install:

- Supports mobile devices
- Fixes odd iOS font rendering bugs

## Instructions

1. Replace existing `cgit.css` (keep old copy)
2. Place `cgit-head.html` under `/home/protected/cgit-head.html`
3. Add `head-include=/home/protected/cgit-head.html` to the main `cgitrc` file

## Credits

This was originally taken from [github.com/MatejaMaric/responsive-cgit-css](https://github.com/MatejaMaric/responsive-cgit-css).