Go to file
2018-12-22 22:43:28 -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 Merge branch 'styling' into struct 2018-12-22 22:05:00 -08:00
page really dumb merge conflict 2018-12-22 22:34:15 -08:00
post really dumb merge conflict 2018-12-22 22:34:15 -08:00
templates beginning of template spam 2018-12-16 23:10:02 -08:00
.gitignore prep for later structural changes 2018-12-22 21:28:07 -08:00
index.html much cleaner layout for landing page, navbar added(need links) and good script to generate this output needs to be made 2018-12-11 13:43:38 -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
notes.md setting up for smarter index updating 2018-06-24 22:26:19 -07:00
README.md added readme for those that come from the website link 2018-06-18 02:24:39 -07:00
rebuild.sh easier to rebuild pages/posts now 2018-12-22 22:26:25 -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.md - markdown of the main page, is rendered using make.sh into an html file which is then used on neocities

  • index.html - the main page where most links can be found in the site

  • notes.md - random notes that I use to remind myself of how things work on occasion.

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

/post

Stylesheets for the actual posts as well as the previously mentioned html render files which pandoc produces.

/img

Images used for the site go here