Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Jekyll lightning talk @ Belfast Ruby

Jekyll lightning talk @ Belfast Ruby

Presented at Belfast Ruby (http://www.belfastruby.com/) on October 1st, 2013.

Coby Chapple

October 01, 2013
Tweet

More Decks by Coby Chapple

Other Decks in Programming

Transcript

  1. Layouts & Includes {% include header.html %} {{ content }}

    {% include footer.html %} _layouts/page.html
  2. Blogging {% for post in site.posts %} <a href=“{{ post.url

    }}”> {{ post.title }} </a> {% endfor %} index.html
  3. Jekyll testing with Travis CI. language: ruby rvm: - 1.9.3

    script: bundle exec jekyll build install: bundle install .travis.yml