summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgit.css3
-rw-r--r--cgitrc10
2 files changed, 13 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
new file mode 100644
index 0000000..6d29776
--- /dev/null
+++ b/cgit.css
@@ -0,0 +1,3 @@
+/*
+ * Original https://git.zx2c4.com/cgit/plain/cgit.css
+ * */
diff --git a/cgitrc b/cgitrc
new file mode 100644
index 0000000..cd904d8
--- /dev/null
+++ b/cgitrc
@@ -0,0 +1,10 @@
+# cigit documentation: https://git.zx2c4.com/cgit/tree/cgitrc.5.txt
+# General
+root-title=Git Repository of ...
+virtual-root=/
+
+repo.url=myRepoName
+repo.path=/srv/git/myRepoName.git
+repo.desc=Description of my repo
+repo.owner=Owner Name
+repo.clone-url=https://full-url-under-which-the-repo-can-be-cloned/myRepoName