summaryrefslogtreecommitdiff
path: root/README.txt
blob: 86b6af7aed094dd46396a7970f438ce805952275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=== 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 <file> www/<path>
	 Renders a given entry into the path destination
./make.sh
	Will build the entire website!