A static page generator for git repositories
git clone git://git.janzachar.dev/spgit.git
0## README12Static pages for git repositories.34### Acknowledgements56The idea came to me after browsing [git.suckless.org](https://git.suckless.org/), generated by [stagit](https://git.codemadness.org/stagit/).7I've been using gitea at the time and I thought, "why not create something small, that would do the same thing."89On my way there I discovered [git.8pit.net](https://git.8pit.net/). I liked the way it looked. And while I never checked the actual code behind [depp](https://git.8pit.net/depp), I do plead guilty to clicking Ctrl+Shift+I in my browser. Its layout suited the minimalist layout I had in mind for [janzachar.dev](https://janzachar.dev).101112### Features1314* only rebuilds repos that have changed since last build15* small and highly extendable161718### License1920This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.2122This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.2324You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.252627