From 06bd3d7999501ee178826190fbd3b4a9e28cb6fa Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Wed, 21 Jun 2023 22:56:23 -0400 Subject: Create simple template script for deployment --- README.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 5b35135..0218361 100644 --- a/README.txt +++ b/README.txt @@ -3,3 +3,24 @@ 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 www/ + Renders a given entry into the path destination +./make.sh + Will build the entire website! -- cgit v1.2.3-54-g00ecf