Skip to content

Commit

Permalink
Add gem for git repo samples and reduce size for java highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
nickebbutt committed Feb 5, 2015
1 parent b309e38 commit 9cea9bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'github-pages'
gem 'jekyll_github_sample'
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ permalink: pretty
relative_permalinks: true

# Setup
title: Hyde
title: Chorus BDD
tagline: 'A Jekyll theme'
description: 'A brazen two-column <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that pairs a prominent sidebar with uncomplicated content. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
description: 'BDD testing for distributed systems'
url: http://hyde.getpoole.com
baseurl: /

Expand All @@ -24,3 +24,5 @@ version: 2.1.0

github:
repo: https://github.com/poole/hyde

gems: [jekyll_github_sample]
4 changes: 4 additions & 0 deletions public/css/hyde.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,7 @@ a.sidebar-nav-item:focus {
.theme-base-0f .related-posts li a:hover {
color: #8f5536;
}

.language-java {
font-size: smaller;
}

0 comments on commit 9cea9bf

Please sign in to comment.