Install with:
bundle install
To serve the site locally, run:
jekyll serve
By default, Jekyll serves the site at http://127.0.0.1:4000/.
To build the site for the "production" JEKYLL_ENV
, run:
bundle exec rake build
To run html-proofer
against the generated site:
bundle exec rake test
This validates HTML and internal links.
CircleCI builds and
deploys the site to S3 on a push or merge to master
.
Deployment requires the aws
CLI to be configured with an appropriate Access
Key ID and Secret Access Key, and the CLOUDFRONT_DISTRIBUTION_ID
environment
variable to be set.
bundle exec rake deploy