. env.ps1gem install bundler
bundle install
bundle exec rake previewIn order to rebuild the site quickly, this will only render the five most recent posts. To render all posts, set the JEKYLL_ALL_POSTS environment variable to 1:
JEKYLL_ALL_POSTS=1 bundle exec rake previewYou can also set the number of posts to render by setting the JEKYLL_LIMIT_POSTS environment variable:
JEKYLL_LIMIT_POSTS=20 bundle exec rake previewRun tests:
bundle exec rake testAll content under _posts and assets is copyright Richard Cook and cannot be
reused without explicit permission. All other content is released under the MIT
licence and is copyright of its respective owners.