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

28 lines
537 B
YAML
Raw Normal View History

2015-03-16 08:22:11 +00:00
sculpin:
2015-03-16 09:50:15 +00:00
permalink: pretty
2015-03-18 22:54:32 +00:00
ignore:
- '_examples/*'
2015-03-18 22:49:51 +00:00
- '**/*.scss'
- '**/config.rb'
- '**/Gemfile*'
2015-03-16 09:50:15 +00:00
sculpin_content_types:
posts:
2015-03-16 11:16:14 +00:00
permalink: blog/:slug_title/
2015-03-17 10:19:11 +00:00
taxonomies:
- tags
2015-03-17 03:37:23 +00:00
projects:
enabled: false
2015-03-17 03:37:23 +00:00
permalink: projects/:slug_title/
2015-03-20 12:05:12 +00:00
taxonomies:
- tags
2015-03-17 03:37:23 +00:00
talks:
2015-04-10 22:20:59 +00:00
permalink: talks/:year/:month/:day/:slug_title/
2015-04-10 20:53:21 +00:00
taxonomies:
- tags
2015-03-20 01:28:54 +00:00
testimonials:
enabled: false
2015-03-20 01:28:54 +00:00
permalink: testimonials/:slug_title/
layout: default
2015-03-16 09:50:42 +00:00
sculpin_theme:
2015-03-20 01:28:54 +00:00
theme: opdavies/opdavies