Go to file
2019-03-21 13:34:38 -07:00
fonts new fonts, added index to makefile 2018-06-23 16:19:37 -07:00
img removed old images 2019-01-11 12:37:36 -08:00
markdown new post about atx build finalized and uploaded to website 2019-01-10 22:03:53 -08:00
templates merging from master 2019-01-01 21:05:13 -08:00
.gitignore prep for later structural changes 2018-12-22 21:28:07 -08:00
build.sh forgot add the navbar to index builder 2019-01-24 17:25:55 -08:00
favicon.png favicon yo 2019-03-21 13:33:16 -07:00
LICENSE Add LICENSE 2018-06-18 09:26:41 +00:00
make.sh changed updatestyle to style 2019-01-11 12:31:47 -08:00
README.md clarification about build scripts 2019-02-04 16:33:08 -08:00
style.css big succ text color 2018-12-22 22:43:10 -08:00

Hello

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.

./img

Images used for the site go here

./fonts

Fonts that are really cool

./_site

Though this directory doesn't show up on in the repository it's where the public files go once they are built and ready for the actualy website