octopress now uses _config.yml
This commit is contained in:
parent
b69b9b34ef
commit
ed0124eb4a
@ -11,3 +11,7 @@ exclude: [Gemfile, Gemfile.lock, vendor]
|
|||||||
gems: [bourbon, neat]
|
gems: [bourbon, neat]
|
||||||
sass:
|
sass:
|
||||||
style: compressed
|
style: compressed
|
||||||
|
|
||||||
|
# octopress settings
|
||||||
|
post_ext: md
|
||||||
|
page_ext: html
|
||||||
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user