Pi66

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

← back to log

doc: add readme file

author: pi66
date: 2026-08-06 18:54
hash: 87270dff5c7ab0e11ce0ceb23de69a15dec03870

Diffstat:

A

README.md
13 ++++++++++++++++++++++++++++++
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2fcaf80
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# 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
+```
+