Sites built with Jigsaw.
- Fork this repo
- Clone your fork locally
- Run
./addsite.shin the root project directory - Add a screenshot of your site to
source/assets/images/sites/<your-site-name>.png, using the same base file name as the markdown file generated byaddsite.sh. E.g. if your resulting markdown file ismy-site.md, name your screenshot filemy-site.png. This file should be 380x210px, PNG-8 not PNG-24, and run through an image optimizer like ImageOptim - Install dependencies with
composer install && npm install. Thennpm run devandvendor/bin/jigsaw servein other terminal, so you can preview your changes locally inhttp://localhost:8000 - Commit your changes (and only your changes; this should comprise of two added files), and push to your fork
- Submit a PR against this repo
- 🎉