From e2525ea5110e3dcedf07b1e073582b64b8961d1a Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 18 Nov 2020 22:11:26 +0300 Subject: other: use markdown file for root-readme it seems that about-formatting rule is used on root-readme too. because of that i don't need html file. this is kinda odd, but okay. --- Makefile | 2 +- about.html | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 about.html diff --git a/Makefile b/Makefile index 861ea24..25c500a 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +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 0644 about.md $(DESTDIR)$(CGIT_DATA_PATH)/about.md $(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir) $(COPYTREE) filters/* $(DESTDIR)$(filterdir) diff --git a/about.html b/about.html deleted file mode 100644 index c06df35..0000000 --- a/about.html +++ /dev/null @@ -1,7 +0,0 @@ -

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.

-- cgit v1.2.3