From 6aa21b760fc2f38d162e1be4afdd798b2f154efd Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 16 Sep 2026 12:52:52 -0400 Subject: Initial, basic files for personal cgit tweaks --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c6739d5 --- /dev/null +++ b/README.md @@ -0,0 +1,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). \ No newline at end of file -- cgit v1.3.1