Update Octopress config

- Remove _octopress.yml and move settings into _config.yml as per Octopress' documentation
- Close #163
This commit is contained in:
Michael Rose
2016-01-19 21:07:30 -05:00
parent 2362f621fb
commit fdad24cec9
3 changed files with 17 additions and 13 deletions

View File

@@ -24,6 +24,20 @@ kramdown:
use_coderay: false
# Octopress
# Default extensions
post_ext: md
page_ext: md
# Found in _templates/
post_layout: post
page_layout: page
# Format titles with titlecase?
titlecase: true
# Site owner
owner:
name: Your Name