SeanFeldman / davidboike.github.io

My personal blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

David Boike's Blog

Run it locally

The following command builds the site and runs it on http://localhost:4000/ It takes a while because I have a lot of posts.

jekyll serve

Testing

HTML::Proofer is set up to validate all links within the project. You can run this locally to ensure that your changes are valid:

bundle install
bundle exec rake test

About

My personal blog


Languages

Language:CSS 33.1%Language:JavaScript 32.8%Language:HTML 28.7%Language:Ruby 5.3%