From 27b13724a95a330bd787b8f8c5ff4e20ae46f936 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 13 Mar 2019 15:04:11 -0700 Subject: [PATCH] yeet --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 794db22..66aaf7d 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,10 @@ This is the source code for the website all packaged here. Below is a description of what each directory contains and why. -## Build/Make Scripts - -1. Yes I know there's two of them -2. Yes I know it's messy that they're both here/both used to build this site -3. No I don't really care at the moment to fix them. - ## ~/ -* `index.html` - the main page where most links can be found in the site - * `make.sh` - build file for basically everything -* `build.sh` - build script that basically does what `make.sh` but in a lazy(stupid) as hell way - ## ./markdown Container for all/post articles and/or posts to the site, including but not limited to the homepage, site philosophy post and others. These are then rendered into actual html files using the `make.sh` file.