Skip to content

rcook/blog-rcook-org

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
css
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Richard's blog

Set up Bundler environment (Windows only)

. env.ps1

Preview locally

gem install bundler
bundle install
bundle exec rake preview

In 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 preview

You can also set the number of posts to render by setting the JEKYLL_LIMIT_POSTS environment variable:

JEKYLL_LIMIT_POSTS=20 bundle exec rake preview

Run tests:

bundle exec rake test

Acknowledgements

Licence

All 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.