22 lines
639 B
Plaintext
22 lines
639 B
Plaintext
Installation
|
|
|
|
composer create-project sculpin/blog-skeleton sculpincon
|
|
|
|
sculpin/sculpin-theme-composer-plugin contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
|
|
Do you trust "sculpin/sculpin-theme-composer-plugin" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] y
|
|
|
|
rm LICENSE README.md publish.sh s3.conf.dist s3-publish.sh
|
|
|
|
devenv
|
|
|
|
devenv init
|
|
|
|
Configuration
|
|
|
|
```diff
|
|
- title: Sculpin Blog Skeleton
|
|
- subtitle: To Get You Started
|
|
+ title: SculpinCon
|
|
+ subtitle: A conference about the Sculpin static site generator.
|
|
```
|