Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

Commit

Permalink
Merge pull request #17 from 18F/guides-style-18f
Browse files Browse the repository at this point in the history
Use guides_style_18f gem; add .gitignore; rm _site
  • Loading branch information
Melody Kramer committed Aug 18, 2015
2 parents 6d655aa + bcf4087 commit d08c607
Show file tree
Hide file tree
Showing 67 changed files with 35 additions and 4,191 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
_site/
.sass-cache/
.DS_store
.*.swp
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,7 @@ source 'https://rubygems.org'


gem 'jekyll' gem 'jekyll'
gem 'rouge' gem 'rouge'

group :jekyll_plugins do
gem 'guides_style_18f'
end
8 changes: 8 additions & 0 deletions Gemfile.lock
Expand Up @@ -14,6 +14,10 @@ GEM
execjs (2.5.2) execjs (2.5.2)
fast-stemmer (1.0.2) fast-stemmer (1.0.2)
ffi (1.9.9) ffi (1.9.9)
guides_style_18f (0.0.0)
jekyll (~> 2.5)
rouge (~> 1.9)
sass (~> 3.4)
hitimes (1.2.2) hitimes (1.2.2)
jekyll (2.5.3) jekyll (2.5.3)
classifier-reborn (~> 2.0) classifier-reborn (~> 2.0)
Expand Down Expand Up @@ -68,5 +72,9 @@ PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
guides_style_18f
jekyll jekyll
rouge rouge

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


google_analytics_ua: UA-48605964-19 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.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

47 changes: 0 additions & 47 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 _site/assets/css/custom.css

This file was deleted.

0 comments on commit d08c607

Please sign in to comment.