Initial commit from sculpin-minimal
This commit is contained in:
commit
502fe964b9
7 changed files with 33 additions and 0 deletions
2
app/config/sculpin_kernel.yml
Normal file
2
app/config/sculpin_kernel.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sculpin:
|
||||
permalink: pretty
|
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
|
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
|
||||
url: http://example.com
|
||||
google_analytics_tracking_id: UA-XXXXXXXX-1
|
Loading…
Add table
Add a link
Reference in a new issue