Go to file
2018-12-23 23:42:03 -08:00
fonts new fonts, added index to makefile 2018-06-23 16:19:37 -07:00
img first restyling: new background img and reworked style sheet aaa 2018-09-13 21:06:11 -07:00
markdown train post still in rough draft phase but merge conflict should be fixed now 2018-12-23 23:42:03 -08:00
templates beginning of template spam 2018-12-16 23:10:02 -08:00
.gitignore ebin :DDDDD 2018-12-23 01:24:01 -08:00
build.sh Ability to yeet my website into cyberspace is now here(f u t u r e) 2018-12-23 00:55:40 -08:00
LICENSE Add LICENSE 2018-06-18 09:26:41 +00:00
make.sh bad regexing causing missing fonts is gone now 2018-12-22 22:43:28 -08:00
README.md modern readme 2018-12-23 00:15:18 -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.

~/

  • 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