From d05aa5e269964d79571cdfab9aa6ebdf10ae7a2f Mon Sep 17 00:00:00 2001 From: connors Date: Mon, 23 Sep 2013 21:38:01 -0700 Subject: [PATCH] Updating the jekyll config to include pygments. --- _config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d570f17..2d5b08d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,6 @@ name: Ratchet authors: Connor Sears, Dave Gamache, and Jacob Thornton description: Prototype iPhone apps with simple HTML, CSS, and JS components. -url: http://maker.github.io/ratchet \ No newline at end of file +url: http://maker.github.io/ratchet + +pygments: true