This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Oliver Davies 1c4283ba93 Revert "Added build.sh"
This reverts commit 27ce1433ad.
2015-04-08 23:53:33 +01:00
app/config Use the default layout for testimonials 2015-03-22 09:00:45 +00:00
source Updated slides URL 2015-04-08 22:54:52 +01:00
.gitignore Revert "Added build.sh" 2015-04-08 23:53:33 +01:00
README.md Update README.md 2015-04-01 08:59:38 +01:00

oliverdavies.co.uk

The source code for http://www.oliverdavies.co.uk. Built with 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