This is the source for atrick's working swift documents.
- Have Ruby >= 2.0.0 installed.
gem install bundler
—this command must normally be run with sudo/root/admin privileges.bundle install
—run this command as a regular, unprivileged user.LC_ALL=en_us.UTF-8 bundle exec jekyll serve
- Visit http://localhost:4000.
- Make edits to the source, refresh your browser, lather, rinse, repeat.
Notes:
- Changes to
_config.yml
require restarting the local server (step 4 above).
Run bundle update github-pages or simply bundle update and all your gems will update to the latest versions.