File: _config.yml

package info (click to toggle)
bnd 5.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 44,128 kB
  • sloc: java: 249,039; xml: 90,728; sh: 655; perl: 153; makefile: 96; python: 47; javascript: 9
file content (52 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (2)
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'