static git pages generator https://git.acid.vegas
Go to file
Dionysus f55a30b48d
Spelled receive wrong lol...
2023-06-27 19:27:18 -04:00
assets Spelled receive wrong lol... 2023-06-27 19:27:18 -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 and to & 2023-06-27 19:11:30 -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 Fixed sourcehut link 2023-06-17 03:33:00 -04:00
stagit.1 Initial commit 2023-06-15 19:50:38 -04:00
stagit.c Added a contacts/mirrors header on the home page 2023-06-16 21:07:29 -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 & 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
Fixes
  • Clickable heading (h1-h6) links in README (md4c does not FULLY transform markdown)
  • Top/bottom padding for multi-lined <code> blocks
  • Missing image references in README files (md4c does not look in /files/ for the .screens directory)
Props