1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
plugins:
- jekyll-seo-tag
- jekyll-sitemap
markdown: kramdown
collections:
chapters:
output: true
macros:
output: true
heads:
output: true
tools:
output: true
commands:
output: true
plugins:
output: true
instructions:
output: true
## The release name. Must be equal to the version or `master`.
releasename: master
## Uncomment and set this property when generating release docs.
## Make sure to leave this unset in the `master` branch.
#baseurl: /releases/<releasename>
defaults:
-
scope:
path: ""
values:
layout: default
exclude:
- 'ADDING_RELEASE_DOCS.md'
- 'Gemfile'
- 'Gemfile.lock'
- 'README.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- '.gitignore'
- '.project'
- 'build.sh'
- '/examples'
- '/releases/*/CNAME'
- '/releases/*/favicon.ico'
- '/releases/*/robots.txt'
- '/releases/*/sitemap.xml'
- '/vendor'
- '/.settings'
|