summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-27 20:33:14 -0400
committerSteph Enders <steph@senders.io>2023-06-27 20:33:14 -0400
commit20511176db4eb58d19c8993516b4c203c0553a29 (patch)
treedfdb991b7d14da757879efd9cd4325bdfd55a957
parent1750554be9ccd68249e59ca9228f96c7942d92e5 (diff)
Update readme with gemini notes
-rw-r--r--README.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 329ace3..2e5510e 100644
--- a/README.txt
+++ b/README.txt
@@ -26,8 +26,15 @@ static/
Renders a given entry into the path destination
./make.sh
Will build the entire website!
-
== RSS
The RSS is done manually as the rest of the pages. This is done by copying the commented out item and injecting it into the RSS file. Remember to edit the pub/edit dates.
+== Gemini
+
+This site is also its own gemini capsule at: gemini://thewomaninmyeye.org
+
+It's generated via ./make.sh but requires a pip install first:
+
+pip install -r requirements.txt
+