summaryrefslogtreecommitdiff
path: root/README.txt
blob: 02183618495d4c2e2875ce1be8cd1a234046a1a1 (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
=== 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.
entries/
	These are all files that will be rendered into the www/ folder
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!