0fb87c2955b390c09d956795efff6fc6993dd06c
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
- Yes I know there's two of them
- Yes I know it's messy that they're both here/both used to build this site
- 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 whatmake.shbut 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
Languages
HTML
31.1%
CSS
26.8%
Python
21.4%
Shell
13%
JavaScript
7.7%