Skip to content

Commit

Permalink
Add symlink to site images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed May 6, 2020
1 parent 6421c15 commit 75b8b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -6,7 +6,7 @@ Sites built with Jigsaw.
- [Fork this repo](https://help.github.com/en/github/getting-started-with-github/fork-a-repo)
- [Clone your fork locally](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository)
- Run `./addsite.sh` in 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 by `addsite.sh`. E.g. if your resulting markdown file is `my-site.md`, name your screenshot file `my-site.png`. This file should be 380x210px, PNG-8 not PNG-24, and run through an image optimizer like [ImageOptim](https://imageoptim.com/mac)
- Add a screenshot of your site to `site-images/your-site-name.png`, using the same base file name as the markdown file generated by `addsite.sh`. E.g. if your resulting markdown file is `my-site.md`, name your screenshot file `my-site.png`. This file should be 380x210px, PNG-8 not PNG-24, and run through an image optimizer like [ImageOptim](https://imageoptim.com/mac)
- Run `composer install && npm install && npm run dev`, so you can preview your changes locally
- 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](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)
Expand Down
1 change: 1 addition & 0 deletions site-images

0 comments on commit 75b8b7e

Please sign in to comment.