Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #16 from 18F/guides-style-18f
Browse files Browse the repository at this point in the history
Use guides_style_18f gem
  • Loading branch information
mbland committed Aug 19, 2015
2 parents 09b00ab + 6ac458d commit c594c04
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 1,485 deletions.
4 changes: 4 additions & 0 deletions Gemfile
@@ -1,3 +1,7 @@
source 'https://rubygems.org'

gem 'jekyll'

group :jekyll_plugins do
gem 'guides_style_18f'
end
9 changes: 9 additions & 0 deletions Gemfile.lock
Expand Up @@ -14,6 +14,10 @@ GEM
execjs (2.2.2)
fast-stemmer (1.0.2)
ffi (1.9.6)
guides_style_18f (0.0.0)
jekyll (~> 2.5)
rouge (~> 1.9)
sass (~> 3.4)
hitimes (1.2.2)
jekyll (2.5.3)
classifier-reborn (~> 2.0)
Expand Down Expand Up @@ -55,6 +59,7 @@ GEM
rb-inotify (0.9.5)
ffi (>= 0.5.0)
redcarpet (3.2.2)
rouge (1.9.1)
safe_yaml (1.0.4)
sass (3.4.10)
timers (4.0.1)
Expand All @@ -67,4 +72,8 @@ PLATFORMS
ruby

DEPENDENCIES
guides_style_18f
jekyll

BUNDLED WITH
1.10.6
15 changes: 15 additions & 0 deletions _config.yml
Expand Up @@ -72,3 +72,18 @@ repos:
brand_color: "#1188ff"

google_analytics_ua: UA-48605964-19

# To use the shared 18F Guides styles when deploying to pages.18f.gov,
# uncomment the following; comment it out during local development:
asset_root: /guides-template

back_link:
url: "https://pages.18f.gov/guides/"
text: Read more 18F Guides

defaults:
-
scope:
path: ""
values:
layout: "guides_style_18f_default"
16 changes: 0 additions & 16 deletions _includes/analytics.html

This file was deleted.

8 changes: 0 additions & 8 deletions _includes/footer.html

This file was deleted.

14 changes: 0 additions & 14 deletions _includes/header.html

This file was deleted.

62 changes: 0 additions & 62 deletions _includes/scripts.html

This file was deleted.

19 changes: 0 additions & 19 deletions _includes/sidebar.html

This file was deleted.

41 changes: 0 additions & 41 deletions _layouts/default.html

This file was deleted.

7 changes: 0 additions & 7 deletions _layouts/iframe.html

This file was deleted.

42 changes: 0 additions & 42 deletions assets/css/custom.css

This file was deleted.

0 comments on commit c594c04

Please sign in to comment.