This is the code repository for equivalentideas.com, the online home of Luke Bacon (my personal website). All the code that makes the website, and all the content for the journal posts, lives here.
The site is built with Jekyll.
I've made the code behind my site public in the hope that it may be helpful to others (and also to take my own medicine). You can see my to-do-list for this website and also the full list of changes and additions that have been made from the get-go.
If you have any questions please don't hesitate to contact me on Twitter @equivalentideas or via email to [email protected].
Generate and start a local server to view and test changes with:
bundle exec jekyll serve --watch
Grunt is used to do some handy things to assets. Run the watch task with:
grunt watch