Find a file
2015-03-17 10:19:11 +00:00
app/config Add tags taxonomy to posts 2015-03-17 10:19:11 +00:00
source Added footer-scripts.html.twig 2015-03-17 09:13:37 +00:00
.gitignore Initial commit from sculpin-minimal 2015-03-16 08:22:11 +00:00
README.md Initial commit from sculpin-minimal 2015-03-16 08:22:11 +00:00
sculpin.json Initial commit from sculpin-minimal 2015-03-16 08:22:11 +00: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