This website requires JavaScript.
Explore
Help
Sign In
kubernetes
/
website
mirror of
https://github.com/kubernetes/website.git
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Projects
Releases
Wiki
Activity
ae7983fe62
website
/
Gemfile
5 lines
101 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add Netlify configuration. - The netlify.toml file explains how to build this site for production and deploy previews. - The Makefile has some commands to make building the site slightly more user friendly, try typing `make help`. - The Gemfile includes all the dependencies exported from GitHub Pages. This site might not need all of the but I don't have the knowledge to exclude the unused ones. Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-09-07 23:37:43 +00:00
source
"
https://rubygems.org
"
Use the GitHub Pages Gem The GitHub Pages Gem (https://github.com/github/pages-gem) is a meta-gem that does two things: 1. It locks dependencies to the same version used by GitHub Pages ensuring that when you build the site locally, you're using the same version of plugins and other dependencies used in production. 2. When loaded as part of the :jekyll_plugins group, it allows the Gem to set certain configuration defaults and overrides (such as activating default plugins) to ensure, once again that your local preview replicates the production version as closely as possible.
2016-12-13 18:54:28 +00:00
gem
"
github-pages
"
,
group
:
:jekyll_plugins
use in-page titles to generate sidebar nav
2016-12-19 20:08:54 +00:00
gem
"
jekyll-include-cache
"