28 lines
625 B
YAML
28 lines
625 B
YAML
sculpin:
|
|
permalink: pretty
|
|
ignore:
|
|
- '_examples/*'
|
|
- '**/*.scss'
|
|
- '**/config.rb'
|
|
- '**/Gemfile*'
|
|
sculpin_content_types:
|
|
posts:
|
|
permalink: blog/:slug_title/
|
|
taxonomies:
|
|
- tags
|
|
projects:
|
|
enabled: false
|
|
permalink: projects/:slug_title/
|
|
taxonomies:
|
|
- tags
|
|
talks:
|
|
permalink: talks/:year/:month/:day/:slug_title/
|
|
taxonomies:
|
|
- tags
|
|
testimonials:
|
|
enabled: false
|
|
permalink: testimonials/:slug_title/
|
|
layout: default
|
|
sculpin_theme:
|
|
theme: opdavies/opdavies
|