Oliver Davies
d97621c42c
Add `pages` as it's own content type, and move all page content into the appropriate directory. Any references to `layout` in the YAML front matter has also been removed as it's implied by the content type. Except for `about.md` which does explicity use a different layout.
18 lines
369 B
YAML
18 lines
369 B
YAML
sculpin:
|
|
ignore: ['**/.DS*', '**/*.swp']
|
|
|
|
sculpin_content_types:
|
|
pages:
|
|
permalink: /:basename/
|
|
posts:
|
|
permalink: articles/:basename/
|
|
taxonomies: [tags]
|
|
talks:
|
|
permalink: talks/:basename/
|
|
taxonomies: [tags]
|
|
|
|
services:
|
|
App\TwigExtension\Talk\TalksExtension:
|
|
tags:
|
|
- { name: twig.extension }
|