sculpin-from-scratch-app/notes.txt

22 lines
639 B
Plaintext
Raw Normal View History

2024-12-07 17:00:47 +00:00
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
2024-12-07 17:02:13 +00:00
devenv
devenv init
2024-12-07 17:15:14 +00:00
Configuration
```diff
- title: Sculpin Blog Skeleton
- subtitle: To Get You Started
+ title: SculpinCon
+ subtitle: A conference about the Sculpin static site generator.
```