aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBradley Taunt <git@btxx.org>2026-09-16 12:52:52 -0400
committerBradley Taunt <git@btxx.org>2026-09-16 12:52:52 -0400
commit6aa21b760fc2f38d162e1be4afdd798b2f154efd (patch)
tree94121a2e4c1ca434219e162581bf69fe6a460849 /README.md
Initial, basic files for personal cgit tweaksHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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