Go to file
2018-12-23 23:30:48 -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 'struct' into posting 2018-12-23 23:30:48 -08:00
page fixed merge and renamed some files to sensible things 2018-12-22 21:57:23 -08:00
post fixed merge and renamed some files to sensible things 2018-12-22 21:57:23 -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
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 fixed target directory for post compiling 2018-12-22 21:51:12 -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 fixed merge and renamed some files to sensible things 2018-12-22 21:57:23 -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