18 lines
346 B
YAML
18 lines
346 B
YAML
sculpin:
|
|
ignore:
|
|
- "**/*.scss"
|
|
- "**/.sass-cache"
|
|
- "**/config.rb"
|
|
- "**/Gemfile*"
|
|
|
|
sculpin_content_types:
|
|
posts:
|
|
permalink: blog/:slug_title/
|
|
taxonomies:
|
|
- tags
|
|
talks:
|
|
permalink: talks/:year/:month/:day/:slug_title/
|
|
|
|
sculpin_theme:
|
|
theme: opdavies/oliverdavies
|