Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 26, 2016
1 parent 428453c commit 3a55ba9
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
# Dependencies
markdown: kramdown
highlighter: rouge

kramdown:
auto_ids: true

# Permalinks
permalink: pretty

# Gems
gems:
- jekyll-paginate

# Setup
name: Bootstrap Blog
description: Official blog for the Bootstrap framework.
url: http://blog.getbootstrap.com

markdown: kramdown
highlighter: pygments
permalink: pretty
paginate: 5
encoding: UTF-8
future: true

exclude: ["README.md"]

# Links
blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com
themes: http://themes.getbootstrap.com

0 comments on commit 3a55ba9

Please sign in to comment.