X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=blobdiff_plain;f=README;h=e8369940f43d9ee808d25a1fdd8236fb2d05fc83;hp=959e367dd83a47c32b36bef2cecf45bf5c9c5f8d;hb=0cfcc7968f5d3983b8ad32e365a7e5d52b56eff9;hpb=ab6c98580a0d100618c8acc0602b36663517ba61 diff --git a/README b/README index 959e367..e836994 100644 --- a/README +++ b/README @@ -1,12 +1,11 @@ stagit ------ -static git page generator. +static git page generator. personal fork with fast syntax highlighting via +Chroma and some style and quality of life improvements. It generates static HTML pages for a git repository. -(personal fork for https://git.knutsen.co/) - Usage ----- @@ -17,7 +16,7 @@ Make files per repository: Make index file for repositories: - $ stagit-index repodir1 repodir2 repodir3 > index.html + $ stagit-index repodir1 repodir2 repodir3 Build and install @@ -34,6 +33,7 @@ Dependencies - libc (tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl). - libgit2 (v0.22+). - POSIX make (optional). +- Python3, pip. Documentation