Find a file Use this template
2015-07-17 12:29:47 +01:00
app/config Disable posts 2015-07-17 11:32:38 +01:00
source Delete .gitkeep 2015-07-17 12:29:47 +01:00
.gitignore Remove publish.sh 2015-07-17 11:12:03 +01:00
README.md Update README.md 2015-07-17 11:34:31 +01:00

sculpin-minimal

A minimal installation of Sculpin.

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