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

14 lines
220 B
YAML
Raw Normal View History

2015-03-16 08:22:11 +00:00
sculpin:
2015-07-16 01:14:59 +00:00
permalink: pretty
ignore:
- '**/*.scss'
- '**/config.rb'
- '**/Gemfile*'
2015-05-27 21:46:33 +00:00
2015-03-16 09:50:15 +00:00
sculpin_content_types:
2015-07-16 01:14:59 +00:00
posts:
permalink: blog/:slug_title/
taxonomies:
- tags
2015-07-16 01:14:21 +00:00