static git pages generator https://git.acid.vegas
Go to file
Dionysus ad6015292e
Restored LICENSE
2023-06-15 21:01:13 -04:00
assets Simplified the find command into a function to exclude repos 2023-06-15 20:25:11 -04:00
LICENSE Restored LICENSE 2023-06-15 21:01:13 -04:00
Makefile Initial commit 2023-06-15 19:50:38 -04:00
README.md Updated features list 2023-06-15 20:55:11 -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
  • Raw file viewing
Props