Initial commit
This commit is contained in:
commit
2977a11976
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
/output_*/
|
||||||
|
/source/components/
|
||||||
|
/.sculpin/
|
||||||
|
.DS_Store
|
2
app/config/sculpin_site.yml
Normal file
2
app/config/sculpin_site.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
title: Sculpin Minimal
|
||||||
|
url: http://localhost:8000
|
4
app/config/sculpin_site_prod.yml
Normal file
4
app/config/sculpin_site_prod.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
imports:
|
||||||
|
- sculpin_site.yml
|
||||||
|
url: http://example.com
|
||||||
|
production: true
|
2
sculpin.json
Normal file
2
sculpin.json
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
{
|
||||||
|
}
|
0
source/_views/.gitkeep
Normal file
0
source/_views/.gitkeep
Normal file
Loading…
Reference in a new issue