mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
* rough pass at tabs, jsonification * GHPages 147, authoring YML, sitemap via plugin, working JS * Update Gemfile * Removing dk.rb artifact * Simplifying authoring YML even more * More YML simplification * Remove jekyll-seo -- even more perf gain * Glossary support * Collections support * Incremental off; GH Pages 172 gets build time to 50 seconds
40 lines
973 B
Ruby
40 lines
973 B
Ruby
source "https://rubygems.org"
|
|
|
|
# Update me once in a while: https://github.com/github/pages-gem/releases
|
|
# Please ensure, before upgrading, that this version exists as a tag in starefossen/github-pages here:
|
|
# https://hub.docker.com/r/starefossen/github-pages/tags/
|
|
#
|
|
# Fresh install?
|
|
#
|
|
# Windows:
|
|
# Install Ruby 2.3.3 x64 and download the Development Kit for 64-bit:
|
|
# https://rubyinstaller.org/downloads/
|
|
#
|
|
# Run this to install devkit after extracting:
|
|
# ruby <path_to_devkit>/dk.rb init
|
|
# ruby <path_to_devkit>/dk.rb install
|
|
#
|
|
# then:
|
|
# gem install bundler
|
|
# bundle install
|
|
#
|
|
# Mac/Linux:
|
|
# Install Ruby 2.3.x and then:
|
|
# gem install bundler
|
|
# bundle install
|
|
#
|
|
# ---------------------
|
|
# Upgrading? Probably best to reset your environment:
|
|
#
|
|
# Remove all gems:
|
|
# gem uninstall -aIx
|
|
#
|
|
# (If Windows, do the dk.rb bits above, then go to the next step below)
|
|
|
|
# Install anew:
|
|
# gem install bundler
|
|
# bundle install
|
|
|
|
gem "github-pages", "172"
|
|
gem 'wdm' if Gem.win_platform?
|