2017-09-11 21:29:35 +00:00
|
|
|
# Sculpin Skeleton
|
|
|
|
|
|
|
|
A skeleton project for the [Sculpin][1] static site generator.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
1. Download the project by running `composer create-project opdavies/sculpin-skeleton --stability dev my-sculpin-site`.
|
2017-10-27 06:39:15 +00:00
|
|
|
1. Run `composer run watch` to generate and serve the site.
|
2017-09-11 21:29:35 +00:00
|
|
|
1. Start adding content to `source/index.md`.
|
|
|
|
|
|
|
|
## Notes
|
|
|
|
|
|
|
|
- The `posts` content type is disabled by default. Re-enable it if needed by removing `enabled: false` from `app/config/sculpin_kernel.yml`.
|
|
|
|
|
|
|
|
[1]: https://sculpin.io
|