The Year We Met

The personal experiment of Arturo Herrero & Irene Alegre.

A Jekyll powered blog, hosted by GitHub Pages.

Setup

$ gem install jekyll
$ gem install jekyll-redirect-from
$ jekyll server --watch

Live reload

Guard LiveReload automatically reload your browser when files are modified.

$ gem install guard-livereload
$ guard

Guard LiveReload works in conjunction with LiveReload plugin for Chrome browser.