commit 3b8b8c3318d90d08b778ba6c964e14096cad3ad8
parent 9090aef8e3f87f455fb35bc051079289aa9d3390
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Mon, 6 Jul 2020 03:02:32 -0400
Add about page for whole site
Diffstat:
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/about.md b/about.md
@@ -0,0 +1,14 @@
+# git.paritybit.ca
+
+These are repositories belonging to Jake Bauer of
+[paritybit.ca](https://www.parityit.ca).
+
+## Contributing
+
+To contribute, first check the repository for a `CONTRIBUTING` file or the
+`README` for a section on contributing. If neither of those locations exist for
+that particular repository, you can contribute to the project by [sending me an
+email](mailto:jbauer@paritybit.ca).
+
+All development is done using email and command-line tools. See the following
+link to [learn how to use git with email](https://git-send-email.io).
diff --git a/cgitrc b/cgitrc
@@ -5,6 +5,7 @@
css=/cgit.css
logo=/cgit.png
favicon=/favicon.png
+root-readme=/usr/share/cgit/about.md
enable-http-clone=1
enable-commit-graph=1
@@ -15,6 +16,9 @@ max-stats=quarter
repository-sort=age
remove-suffix=1
+# Use markdown READMEs and about page
+about-filter=markdown
+
# Specify the title/description of the root page
root-title=git.paritybit.ca
root-desc=Jake Bauer's Git Repositories