Go to file
2019-04-24 15:31:28 -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 restructuring markdown files to reflect site's future output structure 2019-04-24 15:31:28 -07:00
templates adding favicon support in index page 2019-03-21 19:13:12 -07:00
.gitignore prep for later structural changes 2018-12-22 21:28:07 -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 adding favicon support in index page 2019-03-21 19:13:12 -07:00
README.md yeet 2019-03-13 15:04:11 -07: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.

~/

  • make.sh - build file for basically everything

./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