Initial commit

This commit is contained in:
Oliver Davies 2014-11-28 16:02:55 +00:00
commit 2977a11976
6 changed files with 13 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/output_*/
/source/components/
/.sculpin/
.DS_Store

1
README.md Normal file
View file

@ -0,0 +1 @@
README should say something

View file

@ -0,0 +1,2 @@
title: Sculpin Minimal
url: http://localhost:8000

View file

@ -0,0 +1,4 @@
imports:
- sculpin_site.yml
url: http://example.com
production: true

2
sculpin.json Normal file
View file

@ -0,0 +1,2 @@
{
}

0
source/_views/.gitkeep Normal file
View file