Initial commit
This commit is contained in:
commit
9bb0b58dfd
15 changed files with 18530 additions and 0 deletions
2
sculpin/.gitignore
vendored
Normal file
2
sculpin/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
output_*
|
||||
vendor
|
3
sculpin/app/config/sculpin_kernel.yml
Normal file
3
sculpin/app/config/sculpin_kernel.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
sculpin_content_types:
|
||||
posts:
|
||||
enabled: false
|
1
sculpin/app/config/sculpin_site.yml
Normal file
1
sculpin/app/config/sculpin_site.yml
Normal file
|
@ -0,0 +1 @@
|
|||
---
|
10
sculpin/composer.json
Normal file
10
sculpin/composer.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"require": {
|
||||
"sculpin/sculpin": "^3.2"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"sculpin/sculpin-theme-composer-plugin": true
|
||||
}
|
||||
}
|
||||
}
|
3520
sculpin/composer.lock
generated
Normal file
3520
sculpin/composer.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
4
sculpin/source/index.md
Normal file
4
sculpin/source/index.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Home
|
||||
---
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue