Pi66

git.pi66.xyz
A web interface for the pi66.xyz Git server
git clone https://git.pi66.xyz/git.pi66.xyz

README.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# git.pi66.xyz

Static Git server website located at [git.pi66.xyz](https://git.pi66.xyz/), generated with [Merodi](https://github.com/pixel2175/merodi).
It reads Git repositories from the server during the build, converts their data into pages, and generates static HTML.

## Build

```bash
git clone https://github.com/pixel2175/git.pi66.xyz
cd git.pi66.xyz/
merodi build

```