ericvenneker / blog

Source of https://www.continuousimprover.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dennisdoomen.github.io

The future home of http://www.continuousimprover.com/.

How to Build this Site

Prerequisites

  • Ruby 2.4.x (note: 2.5 and higher may fail due to the ffi ruby lib only supporting < 2.5).
  • An easy way to install it is to download Ruby+Devkit 2.4.10-1 (x64) from the RubyInstaller site and run option 3 from the msys install menu.
  • The bundler gem (gem install bundler). If you receive SSL-related errors while running gem install, try running refreshenv first.

Building

  • Clone this repository
  • cd into the root of the repository
  • Run bundle install.
  • Run bundle exec jekyll serve. To have it monitor your working directory for changes, add the --incremental option.

Troubleshooting

About

Source of https://www.continuousimprover.com/

License:Other


Languages

Language:HTML 87.5%Language:JavaScript 8.0%Language:SCSS 4.3%Language:Ruby 0.2%Language:Batchfile 0.0%