Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
Permalink
Browse files
Merge pull request #6 from 18F/jmhooper-kramdown
Switch from using Pandoc to Kramdown
  • Loading branch information
ccostino committed Feb 3, 2017
2 parents 48ce908 + 9cf314b commit 7a0fb82
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
@@ -2,4 +2,3 @@ source 'https://rubygems.org'

gem 'jekyll'
gem 'kramdown'
gem 'jekyll-pandoc'
@@ -34,9 +34,6 @@ GEM
coffee-script (~> 2.2)
jekyll-gist (1.2.1)
jekyll-paginate (1.1.0)
jekyll-pandoc (1.0.2)
jekyll (~> 2.1, >= 2.1.1)
pandoc-ruby (~> 1.0, >= 1.0.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.2.1)
@@ -48,7 +45,6 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
mercenary (0.3.5)
pandoc-ruby (1.0.0)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.11)
@@ -72,8 +68,7 @@ PLATFORMS

DEPENDENCIES
jekyll
jekyll-pandoc
kramdown

BUNDLED WITH
1.10.5
1.12.5
@@ -6,7 +6,6 @@ This should be considered a work in progress. We welcome pull requests and disc

- Ruby (2.2.3 recommended)
- Bundler gem
- [Pandoc](http://pandoc.org/installing.html) (try `brew install pandoc` on OS X)

# Usage

@@ -1,14 +1,8 @@
# Base configuration
permalink: /:title
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
markdown: pandoc
markdown: kramdown
highlighter: pygments
gems:
- jekyll-pandoc
pandoc:
extensions:
- normalize
- smart

# Title
name: GovConnect

0 comments on commit 7a0fb82

Please sign in to comment.