octopress now uses _config.yml

This commit is contained in:
James Walker 2015-01-29 09:12:38 -05:00
parent b69b9b34ef
commit ed0124eb4a
2 changed files with 4 additions and 11 deletions

View File

@ -11,3 +11,7 @@ exclude: [Gemfile, Gemfile.lock, vendor]
gems: [bourbon, neat]
sass:
style: compressed
# octopress settings
post_ext: md
page_ext: html

View File

@ -1,11 +0,0 @@
# Default extension for new posts and pages
post_ext: md
page_ext: html
# Default templates for posts and pages
# Found in _templates/
post_layout: post
page_layout: page
# Format titles with titlecase?
titlecase: true