spgit

A static page generator for git repositories

git clone git://git.janzachar.dev/spgit.git


0## README
1
2Static pages for git repositories.
3
4### Acknowledgements
5
6The 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."
8
9On 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).
10
11
12### Features
13
14* only rebuilds repos that have changed since last build 
15* small and highly extendable
16
17
18### License
19
20This 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.
21
22This 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.
23
24You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
25
26
27