banner ghostbanner secret

Quotes Project Page Generation

Written by Dylan on 14 January 2016

This is the other half to complement the parsing of the quotes file itself in the previous article. After that text is fed through the series of regex expression to turn it into properly parsed parsed, the only thing to do is associate it with the correct person. This is …

Small Quotes Project

Written by Dylan on 08 January 2016

One day on a whim I decided I wanted to do something with all of the quotes my friends and I had gathered. We have a page we add our most favorite quotes onto, the page functions much like a Google Doc, where you can see everybody editing the file …

Web Development 2016

Written by Dylan on 26 December 2015

The past 2-3 days have been pretty work-heavy to get this website up. I've built it up from scratch, using HTML I've written combined with a handy little Python program called Pelican. Pelican uses Jinja along with what I can only assume is black magic to create static web pages …