From 92f08c1b037a3fc69eb48379f0b352e1a2c6ce9b Mon Sep 17 00:00:00 2001 From: Mateja Date: Tue, 19 Jan 2021 17:45:31 +0100 Subject: Added README. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md 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 +``` -- cgit v1.2.3