Go to file
2018-09-11 22:44:15 -07:00
fonts new fonts, added index to makefile 2018-06-23 16:19:37 -07:00
img changed index styling, highlight color still needs a rework 2018-09-11 22:44:15 -07:00
markdown changed index styling, highlight color still needs a rework 2018-09-11 22:44:15 -07:00
page changed banner image for all pages/posts 2018-06-23 13:10:31 -07:00
post fixed bad blockquotes 2018-07-22 00:48:34 -07:00
.gitignore help command done 2018-06-22 19:44:06 -07:00
index.html fixed stale link - starting styling stuff - recompiled some pages 2018-09-11 12:25:08 -07:00
index.md fixed stale link - starting styling stuff - recompiled some pages 2018-09-11 12:25:08 -07:00
LICENSE Add LICENSE 2018-06-18 09:26:41 +00:00
make.sh fixed stale source link - beginning styling update - redid a secction in about page - rebuilt index 2018-09-11 12:18:59 -07: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
style.css changed index styling, highlight color still needs a rework 2018-09-11 22:44:15 -07: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