diff options
-rw-r--r-- | README.txt | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 + |