Commit Diff


commit - 2f12fd2ec3f6e7f7790b755042876522e17c0d7b
commit + a7a53906bebb4e9fcc6fe5be1174d9e54bba5da8
blob - 035680f16d57d63c4cc322adad43a22f835d6200
blob + b9b91d7b7b907a1694ff24d6fb600dc30a82835a
--- index.html
+++ index.html
@@ -1,8 +1,18 @@
+<meta name="color-scheme" content="dark light">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="stylesheet" href="style.css">
 <pre>
 hey, hey!
 
 \ (^_^) /
 
-... but are you looking for
-    <a href="https://got.romanzolotarev.com/">got.romanzolotarev.com</a>?
-</pre>
+are you looking for
+<a href="https://got.romanzolotarev.com/">got.romanzolotarev.com</a>?
+
+
+
+
+powered by <a href="https://gothub.org/">gothub.org</a>
+see my <a href="gotsys.conf.txt">gotsys.conf</a>
+
+<a href="https://romanzolotarev.com/pub/hi">@hi@romanzolotarev.com</a>
blob - /dev/null
blob + ed070332a9f1c526c561a9434ccec442addd6cc7 (mode 644)
--- /dev/null
+++ gotsys.conf.txt
@@ -0,0 +1,37 @@
+user romanzolotarev {
+	authorized key [redacted]
+}
+repository gotsys {
+	permit rw romanzolotarev
+}
+repository romanzolotarev.gothub.org {
+	permit rw romanzolotarev
+	permit ro anonymous
+}
+repository ssg {
+	permit rw romanzolotarev
+	permit ro anonymous
+}
+
+web server romanzolotarev.gothub.org {
+	site owner "@hi@romanzolotarev.com"
+	disable authentication
+	repositories url path "/repos"
+	repository romanzolotarev.gothub.org {
+		hide repository off
+	}
+	website "/" {
+		repository romanzolotarev.gothub.org
+	}
+}
+
+web server got.romanzolotarev.com {
+	site owner "@hi@romanzolotarev.com"
+	disable authentication
+	repository ssg {
+		hide repository off
+	}
+	repository romanzolotarev.gothub.org {
+		hide repository off
+	}
+}
blob - /dev/null
blob + 60b5ea3c4211a3527dc4265f0a0cc0e7bc64632e (mode 644)
--- /dev/null
+++ style.css
@@ -0,0 +1 @@
+html { font-size: 20px; padding: 1rem; }