startgit

Static page generator for git repositories
git clone git://git.dimitrijedobrota.com/startgit.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |

startgit

Static page generator for git repositories

Description

With this project you can seamlessly turn a git repositories into a static webpage, with auto generated indexes, diffs, commits and files for for each branch.

The big source of inspiration for this project is Stagit. I've copied most, if not all, of the functionality, with a few twists to fit my needs better and fit with the reset of the aesthetic.

It's configured to make pages for my peronal projects, but as generation code is self documenting , it can be easily adopted to fit your needs.

As of now, md4c library is used to render markdown files in html for specific pages in order to improve readability, until I find time to develop sophisticated Markdown to HTML converter.

Dependencies

Building and installing

See the BUILDING document.

Usage

Run stargti --help for the explanation of command line arguments

Version History

Contributing

See the CONTRIBUTING document.

Licensing

This project is licensed under the MIT License

Acknowledgments

Inspiration, code snippets, etc.