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