aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--about.html7
-rw-r--r--about.md7
3 files changed, 15 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c947b63..861ea24 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,7 @@ install: all
$(INSTALL) -m 0644 cgit.png $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png
$(INSTALL) -m 0644 favicon.ico $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico
$(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt
+ $(INSTALL) -m 0644 about.html $(DESTDIR)$(CGIT_DATA_PATH)/about.html
$(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir)
$(COPYTREE) filters/* $(DESTDIR)$(filterdir)
diff --git a/about.html b/about.html
new file mode 100644
index 0000000..c06df35
--- /dev/null
+++ b/about.html
@@ -0,0 +1,7 @@
+<h1 id="aaoth&amp;#39;s%20git">aaoth&#39;s git</h1>
+
+<p>this is self-hosted simple cgit website.
+projects listed here are primarily personal, but some are not.</p>
+
+<p>in any case, contributions are welcome. if you want to contribute,
+simply send your diff&#47;patch to <a href="mailto:git@aaoth.xyz">git@aaoth.xyz</a>.</p>
diff --git a/about.md b/about.md
new file mode 100644
index 0000000..879cc07
--- /dev/null
+++ b/about.md
@@ -0,0 +1,7 @@
+# aaoth's git
+
+this is self-hosted simple cgit website.
+projects listed here are primarily personal, but some are not.
+
+in any case, contributions are welcome. if you want to contribute,
+simply send your diff/patch to <git@aaoth.xyz>.