Skip to content

WalkingMachine/walkingmachine.github.io

Repository files navigation

walkingmachine.github.io

Local Development

  1. Install Jekyll and plug-ins in one fell swoop. gem install github-pages This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc.
  2. Clone down your website git clone https://github.com/WalkingMachine/walkingmachine.github.io.git
  3. Install bundler gem install bundler
  4. Install dependency's bundler install
  5. Serve the site and watch for markup/sass changes jekyll serve
  6. View your website at http://127.0.0.1:4000/
  7. Commit any changes and push everything to the master branch of your GitHub user repository. GitHub Pages will then rebuild and serve your website.

Update dependencies

  1. Delete gemfile.lock
  2. sudo bundle install

Travis-CI build

Build Status