Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.18 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.18 KB

Equivalent Ideas

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 luke@equivalentideas.com.

Development

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