summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@macaw.me>2020-07-13 19:20:26 +0800
committerFrederick Yin <fkfd@macaw.me>2020-07-13 19:20:26 +0800
commit28b45357521982a8b372e6653b897dcc7afe757c (patch)
tree691c6aca6923680e68541edd1516f17f07b68474
parentd1d84e2738462a00a9286b81fd7f29440ff39386 (diff)
Remote: migrate to gemini://git.fkfd.me
-rw-r--r--git-gmi/config.py4
-rw-r--r--git-gmi/index.gmi18
2 files changed, 20 insertions, 2 deletions
diff --git a/git-gmi/config.py b/git-gmi/config.py
index 0cd62de..6624b3b 100644
--- a/git-gmi/config.py
+++ b/git-gmi/config.py
@@ -1,7 +1,7 @@
# where on the disk are the repos located
-GIT_CATALOG = "/home/fakefred/p/gemini/repos/"
+GIT_CATALOG = "/home/fakefred/p/_lab/gemini/repos/"
# which path leads to your cgi app after the URL's host part
-CGI_PATH = "/git/cgi/"
+CGI_PATH = "/cgi/"
# your site's display name
GIT_GMI_SITE_TITLE = "git.gmi demo instance"
# the "main" branch that git.gmi defaults to
diff --git a/git-gmi/index.gmi b/git-gmi/index.gmi
new file mode 100644
index 0000000..285a77d
--- /dev/null
+++ b/git-gmi/index.gmi
@@ -0,0 +1,18 @@
+# This is a git.gmi instance - a frontend for Git on Gemini
+
+```git.gmi
+ _ _ _
+ (_) | | (_)
+ __ _ _ | |_ __ _ _ __ ___ _
+ / _` | | | | __| / _` | | '_ ` _ \ | |
+| (_| | | | | |_ _ | (_| | | | | | | | | |
+ \__, | |_| \__| (_) \__, | |_| |_| | | |_|
+ __/ | __/ |
+ |___/ |___/
+```
+
+=> /cgi/ Repo index
+
+=> gemini://git.fkfd.me/cgi/git.gmi.git/ Source code
+=> https://git.sr.ht/~fkfd/git.gmi/ Source code (HTTPS)
+