homepage/app/config/sculpin_kernel.yml

26 lines
450 B
YAML

sculpin:
ignore:
- _assets/
sculpin_content_types:
posts:
enabled: false
albums:
type: path
path: _albums
singular_name: album
layout: internal
permalink: albums/:basename/
enabled: true
taxonomies:
- tags
articles:
type: path
path: _articles
singular_name: article
layout: internal
permalink: articles/:year-:month-:day-:basename/
enabled: true
taxonomies:
- tags