This is the source for the Google Swift Style Guide website, which is based on the Swift.org documentation (found at https://github.com/apple/swift-internals).
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 --baseurl /swift-style
Notes:
_config.yml
require restarting the local server (step 4 above)._config.yml
specifically in order to serve these pages from an address other than http://google.github.io/swift-style, please make sure those changes are not included in any pull requests, so we don't inadvertently break the main site.