This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/app/config/sculpin_kernel.yml

18 lines
369 B
YAML
Raw Normal View History

2018-05-10 06:13:04 +00:00
sculpin:
ignore: ['**/.DS*', '**/*.swp']
2015-03-16 09:50:15 +00:00
sculpin_content_types:
pages:
permalink: /:basename/
2015-07-16 01:14:59 +00:00
posts:
2019-01-15 21:43:06 +00:00
permalink: articles/:basename/
2017-03-06 00:25:37 +00:00
taxonomies: [tags]
2015-09-07 07:12:56 +00:00
talks:
2017-09-06 06:41:30 +00:00
permalink: talks/:basename/
2017-03-06 00:25:37 +00:00
taxonomies: [tags]
services:
App\TwigExtension\Talk\TalksExtension:
tags:
- { name: twig.extension }