Initial commit from sculpin-minimal

This commit is contained in:
Oliver Davies 2015-03-16 08:22:11 +00:00
commit 502fe964b9
7 changed files with 33 additions and 0 deletions

4
.gitignore vendored Normal file
View file

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

20
README.md Normal file
View file

@ -0,0 +1,20 @@
sculpin-minimal
===============
A minimal installation of [Sculpin](http://sculpin.io).
Build
-----
### If You Already Have Sculpin
sculpin install
sculpin generate --watch --server
Your newly generated clone of the site is now accessible at `http://localhost:8000/`.
### If You Need Sculpin
curl -O https://download.sculpin.io/sculpin.phar
php sculpin.phar install
php sculpin.phar generate --watch --server

View file

@ -0,0 +1,2 @@
sculpin:
permalink: pretty

View file

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

View file

@ -0,0 +1,3 @@
imports: sculpin_site.yml
url: http://example.com
google_analytics_tracking_id: UA-XXXXXXXX-1

2
sculpin.json Normal file
View file

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

0
source/.gitkeep Normal file
View file