Initial commit
This commit is contained in:
commit
ccd13c62a2
18 changed files with 3795 additions and 0 deletions
6
app/config/sculpin_kernel.yml
Normal file
6
app/config/sculpin_kernel.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
sculpin_content_types:
|
||||
notes:
|
||||
permalink: :basename/
|
||||
posts:
|
||||
enabled: false
|
5
app/config/sculpin_site.yml
Normal file
5
app/config/sculpin_site.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
name: zet.oliverdavies.uk
|
||||
locale: en
|
||||
github:
|
||||
url: https://github.com/opdavies/zet.oliverdavies.uk
|
3
app/config/sculpin_site_prod.yml
Normal file
3
app/config/sculpin_site_prod.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
imports:
|
||||
- sculpin_site.yml
|
Loading…
Add table
Add a link
Reference in a new issue