https://github.com/percy/example-percy-jekyll
https://github.com/percy/example-percy-jekyll
jekyll percy static-site visual-testing
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/percy/example-percy-jekyll
- Owner: percy
- License: mit
- Created: 2019-06-12T21:12:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T04:02:08.000Z (over 1 year ago)
- Last Synced: 2025-01-23T05:14:43.728Z (about 1 year ago)
- Topics: jekyll, percy, static-site, visual-testing
- Language: SCSS
- Homepage: https://docs.percy.io/docs/jeykll
- Size: 554 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# example-percy-jekyll [](https://percy.io/percy/example-percy-jeykll) [](https://circleci.com/gh/percy/example-percy-jekyll)
Example app demonstrating Percy with a Jekyll created site.
To install dependencies, build and run the site:
bundle install
bundle exec jekyll build
bundle exec jekyll serve
open http://127.0.0.1:4000
To snapshot it in Percy, set your `PERCY_TOKEN` environment variable and then run:
npx percy snapshot _site
### Attributions
Thank you to [CloudCannon](https://cloudcannon.com) for the [Hydra](https://github.com/CloudCannon/hydra-jekyll-template) theme.