Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acidvegas/stagit
static git page generator
https://github.com/acidvegas/stagit
generator git static-site static-site-generator
Last synced: about 2 months ago
JSON representation
static git page generator
- Host: GitHub
- URL: https://github.com/acidvegas/stagit
- Owner: acidvegas
- License: mit
- Created: 2019-02-12T03:03:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T17:34:29.000Z (10 months ago)
- Last Synced: 2024-05-21T00:59:07.924Z (8 months ago)
- Topics: generator, git, static-site, static-site-generator
- Language: C
- Homepage: https://git.acid.vegas
- Size: 83 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stagit
> static git page generator#### Information
This is my personal fork of [stagit](https://codemadness.org/stagit.html) which is running [git.acid.vegas](https://git.acid.vegas/)## Dependencies
- [libgit2](https://github.com/libgit2/libgit2) *(v0.22+)*
- [md4c](https://github.com/mity/md4c) *(v0.4.4+)*## Features & Issues
###### Features
- Markdown rendering to HTML for README files
- ~~Syntax hilighting~~
- Repository categories
- Direct download to repository tar.gz
- Style changes
- ~~Raw file viewing~~###### Issues
- [ ] Clickable heading *(h1-h6)* links in README *(md4c does not FULLY transform markdown)*
- [ ] Top/bottom padding for multi-lined `` blocks
- [ ] Missing image references in README files *(md4c does not look in /files/ for the .screens directory)*
- [ ] Generating html for binary content is pointless. No links at all for these files.## Props
- Hiltjo Posthuma *(orignal author of [stagit](https://codemadness.org/git/stagit/))*
- Larry Burns *([stagit-md](https://github.com/lmburns/stagit-md))*
- Oscar Benedito *([md4c implementation](https://oscarbenedito.com/blog/2020/08/adding-about-pages-to-stagit/))*___
###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/stagit) • [SuperNETs](https://git.supernets.org/acidvegas/stagit) • [GitHub](https://github.com/acidvegas/stagit) • [GitLab](https://gitlab.com/acidvegas/stagit) • [Codeberg](https://codeberg.org/acidvegas/stagit)