forked from polifonia-project/ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
117 lines (97 loc) · 2.83 KB
/
_config.yml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Jekyll configuration
name: The Polifonia Ecosystem
description: Overview and documentation of the Polifonia Project data and software components
# url is currently only used only for the RSS feed in feed.xml
url: https://polifonia-project.github.io/ecosystem
# baseurl will often be '', but for a project page on gh-pages, it needs to
# be the project name.
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
# run it like so: jekyll serve --baseurl=''
baseurl: /ecosystem
#baseurl: ""
# just-the-docs
#theme: "just-the-docs"
logo: "/assets/images/polifonia-black.png"
# Aux links for the upper right navigation
aux_links:
"Polifonia on Github":
- "//github.com/polifonia-project/"
heading_anchors: true
# Color scheme supports "light" (default) and "dark"
color_scheme: polifonia
# These can be '' to hide the Github or Gitlab nav buttons
github: 'polifonia-project/'
gitlab: ''
# Set this to your UA-# value, or '' to disable the block completely
gaaccount: ''
# The 'comments' setting enables comments. You'll need to select either
# disqus or isso below to choose a comment system. Individual posts can
# override 'comments' to disable on a post-by-post basis.
comments: true
# Set this to your public isso URL to enable comments via isso. Set to '' to disable isso.
isso: ''
# Set this to your disqus shortname to enable comments via disqus. Set to '' to disable disqus.
disqus: ''
permalink: /:path.html
highlighter: rouge
markdown: kramdown
gems: ['jekyll-paginate']
exclude: ['README.md', 'LICENSE']
plugins: [jekyll-paginate]
collections_dir: content
collections:
stories:
output: true
permalink: /:collection/:name.html
external-components:
output: true
permalink: /:collection/:path.html
rulebook:
output: true
permalink: /:collection/:path.html
defaults:
- scope:
type: stories
values:
layout: story
- scope:
type: rulebook
values:
layout: default
- scope:
type: external-components
values:
layout: default
just_the_docs:
collections:
external-components:
name: External components
nav_exclude: true
search_exclude: false
rulebook:
name: Rulebook
nav_exclude: true
search_exclude: false
stories:
name: Stories
nav_exclude: true
search_exclude: false
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/