12 lines
221 B
YAML
12 lines
221 B
YAML
|
# 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
|