mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
12 lines
227 B
YAML
12 lines
227 B
YAML
# Default extension for new posts and pages
|
|
post_ext: markdown
|
|
page_ext: html
|
|
|
|
# Default templates for posts and pages
|
|
# Found in _templates/
|
|
post_layout: post
|
|
page_layout: page
|
|
|
|
# Format titles with titlecase?
|
|
titlecase: true
|