stagit/README.md

934 B

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