From 9cea9bfab77110ccf691bc7ecb8ef5a859bc9bce Mon Sep 17 00:00:00 2001 From: Nick Ebbutt Date: Thu, 5 Feb 2015 12:39:47 +0000 Subject: [PATCH] Add gem for git repo samples and reduce size for java highlighting --- Gemfile | 3 ++- _config.yml | 6 ++++-- public/css/hyde.css | 4 ++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3a1ebf3064b..e6e8f422b66 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' -gem 'github-pages' \ No newline at end of file +gem 'github-pages' +gem 'jekyll_github_sample' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..b0dcce5d55a 100644 --- a/_config.yml +++ b/_config.yml @@ -7,9 +7,9 @@ permalink: pretty relative_permalinks: true # Setup -title: Hyde +title: Chorus BDD tagline: 'A Jekyll theme' -description: 'A brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. Made by @mdo.' +description: 'BDD testing for distributed systems' url: http://hyde.getpoole.com baseurl: / @@ -24,3 +24,5 @@ version: 2.1.0 github: repo: https://github.com/poole/hyde + +gems: [jekyll_github_sample] diff --git a/public/css/hyde.css b/public/css/hyde.css index 213e232920d..990372f71a4 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -248,3 +248,7 @@ a.sidebar-nav-item:focus { .theme-base-0f .related-posts li a:hover { color: #8f5536; } + +.language-java { + font-size: smaller; +}