Added more content types
This commit is contained in:
parent
4fd6328c2e
commit
79bacd3226
|
@ -1,7 +1,16 @@
|
||||||
sculpin:
|
sculpin:
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
sculpin_content_types:
|
sculpin_content_types:
|
||||||
|
clients:
|
||||||
|
permalink: clients/:slug_title/
|
||||||
|
enabled: false
|
||||||
posts:
|
posts:
|
||||||
permalink: blog/:slug_title/
|
permalink: blog/:slug_title/
|
||||||
|
projects:
|
||||||
|
permalink: projects/:slug_title/
|
||||||
|
enabled: false
|
||||||
|
talks:
|
||||||
|
permalink: talks/:slug_title/
|
||||||
|
enabled: false
|
||||||
sculpin_theme:
|
sculpin_theme:
|
||||||
theme: opdavies/opdavies
|
theme: opdavies/opdavies
|
Reference in a new issue