aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-01-19 17:45:31 +0100
committerMateja <mail@matejamaric.com>2021-01-19 17:45:31 +0100
commit92f08c1b037a3fc69eb48379f0b352e1a2c6ce9b (patch)
treec28239ef30b4da5fd4837ff7a3c4029d3c6927cd
parent18eba93f8ea8988acf20063f07a96fbb1c6de23d (diff)
downloadresponsive-cgit-css-92f08c1b037a3fc69eb48379f0b352e1a2c6ce9b.tar.gz
responsive-cgit-css-92f08c1b037a3fc69eb48379f0b352e1a2c6ce9b.zip
Added README.HEADmaster
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2f234e6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+Simple responsive [cgit](https://git.zx2c4.com/cgit/about/) CSS theme.
+It looks exactly like the default theme except it actually works on mobile.
+It doesn't use any JavaScript and relies solely on CSS media queries.
+
+# How to use:
+
+Beyond switching original CSS file with the one in this repository you should also add `head-include` line in your `cgitrc` file.
+For example:
+
+```
+head-include=/usr/share/webapps/cgit/head.html
+```