static git pages generator https://git.acid.vegas
Go to file
Dionysus be306cd215
Initial commit
2023-06-15 19:50:38 -04:00
assets Initial commit 2023-06-15 19:50:38 -04:00
Makefile Initial commit 2023-06-15 19:50:38 -04:00
README.md Initial commit 2023-06-15 19:50:38 -04:00
compat.h Initial commit 2023-06-15 19:50:38 -04:00
reallocarray.c Initial commit 2023-06-15 19:50:38 -04:00
stagit-index.1 Initial commit 2023-06-15 19:50:38 -04:00
stagit-index.c Initial commit 2023-06-15 19:50:38 -04:00
stagit.1 Initial commit 2023-06-15 19:50:38 -04:00
stagit.c Initial commit 2023-06-15 19:50:38 -04:00
strlcat.c Initial commit 2023-06-15 19:50:38 -04:00
strlcpy.c Initial commit 2023-06-15 19:50:38 -04:00

README.md

stagit

static git page generator

Information

This is my personal fork of stagit which is running git.acid.vegas

Dependencies

  • C compiler (C99)
  • libc (tested with OpenBSD, FreeBSD, NetBSD, Linux: glibc and musl)
  • libgit2 (v0.22+)
  • md4c (v0.4.4+)
  • POSIX make (optional)

Setup

cd stagit
make
sudo make install
New Features
  • Markdown rendering to HTML for README files
  • Syntax hilighting
  • Repository categories
  • Direct download to repository tar.gz
  • Style changes
Props