=== The Woman In My Eye.org === The Woman In My Eye is a trans blog recounting my journey as a transgender woman. You can find me on Fedi @senders@tech.lgbt if you have any questions. == Structure The files are structured into the following folders: templates/ These are template files that can be injected by {name} into any HTML document. pages/ These are the standalone pages of the website - still to be rendered into the www/ folder entries/ These are all the blog entry snippets to be rendered into the permalink page (in pages) www/ These are the production ready files static/ These are static files that will be copied to the www folder based on their existing folder structure == Scripts ./render.sh www/ 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