all repos — cgit @ 23e98ac40b40b6566b2128b6512e2cea0a83ddc9

a hyperfast web frontend for git written in c

other: add about page

this intended to be used as `root-readme` as specified in cgitrc(5).
la-ninpre leobrekalini@gmail.com
Wed, 18 Nov 2020 21:17:08 +0300
commit

23e98ac40b40b6566b2128b6512e2cea0a83ddc9

parent

6805720abc9d2f5622b572b4db2f91a8696f2daf

3 files changed, 15 insertions(+), 0 deletions(-)

jump to
M MakefileMakefile

@@ -90,6 +90,7 @@ $(INSTALL) -m 0644 cgit.css $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css

$(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)
A 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>
A 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>.