forked from precice/precice.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
258 lines (226 loc) · 7.94 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
repository: precice/precice.github.io_future
output: web
# this property is useful for conditional filtering of content that is separate from the PDF.
topnav_title: preCICE
# this appears on the top navigation bar next to the home button
site_title: preCICE - The Coupling Library
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
company_name: preCICE
# this appears in the footer
github_editme_path: https://github.com/precice/precice.github.io_future/edit/master/
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank. Ends in trailing slash.
# gitlab_editme_path: tomjoht/documentation-theme-jekyll/edit/gh-pages/
# if you're using GitLab, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
google_analytics:
# if you have google-analytics ID, put it in. if not, edit this value to blank.
host: 127.0.0.1
# the preview server used. Leave as is.
port: 4000
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.
exclude:
- .idea/
- .gitignore
- vendor/
- vendor/bundle/
- imported
- README.md
- var/
- pdf/
- createtag
- pdf-docs.sh
# these are the files and directories that jekyll will exclude from the build
feedback_subject_line: XXX
feedback_email: email
# used as a contact email for the Feedback link in the top navigation bar
# feedback_disable: true
# if you uncomment the previous line, the Feedback link gets removed
# feedback_text: "Need help?"
# if you uncomment the previous line, it changes the Feedback text
# feedback_link: "http://helpy.io/"
# if you uncomment the previous line, it changes where the feedback link points to
highlighter: rouge
# library used for syntax highlighting
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# math_engine: katex
# math_engine_opts: {}
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
collections_dir: collections
collections:
- testimonials
- publications
# tooltips:
# output: false
# collections are declared here. this renders the content in _tooltips and processes it, but doesn't output it as actual files in the output unless you change output to true
defaults:
-
scope:
path: "pages"
type: "pages"
values:
layout: "page"
comments: true
# if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
search: true
sidebar: home_sidebar
topnav: topnav
-
scope:
path: "pages/docs"
type: "pages"
values:
layout: "page"
comments: false
# if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
search: true
sidebar: docs_sidebar
topnav: topnav
toc: true
-
scope:
path: "pages/tutorials"
type: "pages"
values:
layout: "page"
comments: false
# if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
search: true
sidebar: tutorial_sidebar
topnav: topnav
toc: true
-
scope:
path: "imported/tutorials/"
type: "pages"
values:
layout: "page"
comments: false
# if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
search: true
sidebar: tutorial_sidebar
topnav: topnav
toc: true
github_editme_path: https://github.com/precice/tutorials/edit/develop/ # ends in /
-
scope:
path: "imported/openfoam-adapter/"
type: "pages"
values:
layout: "page"
comments: false
search: true
sidebar: docs_sidebar
topnav: topnav
toc: true
github_editme_path: https://github.com/precice/openfoam-adapter/edit/develop/ # ends in /
-
scope:
path: "imported/aste/"
type: "pages"
values:
layout: "page"
comments: false
search: true
sidebar: docs_sidebar
topnav: topnav
toc: true
github_editme_path: https://github.com/precice/aste/edit/develop/ # ends in /
-
scope:
path: "imported/micro-manager/"
type: "pages"
values:
layout: "page"
comments: false
search: true
sidebar: docs_sidebar
topnav: topnav
toc: true
github_editme_path: https://github.com/precice/micro-manager/edit/develop/ # ends in /
-
scope:
path: "imported/fmi-runner/"
type: "pages"
values:
layout: "page"
comments: false
search: true
sidebar: docs_sidebar
topnav: topnav
toc: true
github_editme_path: https://github.com/precice/fmi-runner/edit/develop/ # ends in /
-
scope:
path: "pages/community"
type: "pages"
values:
layout: "page"
comments: false
# if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
search: true
sidebar: community_sidebar
topnav: topnav
toc: true
# these are defaults used for the frontmatter for these file types
sidebars:
- home_sidebar
- docs_sidebar
- tutorials_sidebar
- community_sidebar
description: "preCICE (Precise Code Interaction Coupling Environment) is an open-source coupling library for partitioned simulations of multi-physics scenarios such as fluid-structure interaction or fluid-structure-acoustic interaction."
# the description is used in the feed.xml file
# needed for sitemap.xml file only
url: https://precice.org
# baseurl: /documentation-theme-jekyll
github: [metadata]
algolia:
application_id: I5M4FAJYBH
index_name: jekyll
search_only_api_key: d6f8d2f113bc342ee3f42421d0153bad
nodes_to_index: 'p,code,table' # html tags to include in search index
plugins:
- jekyll-redirect-from
- jekyll-sitemap
subprojects:
- imported/tutorials/quickstart
- imported/tutorials/elastic-tube-1d
- imported/tutorials/elastic-tube-3d
- imported/tutorials/flow-over-heated-plate
- imported/tutorials/flow-over-heated-plate-steady-state
- imported/tutorials/flow-over-heated-plate-nearest-projection
- imported/tutorials/flow-over-heated-plate-two-meshes
- imported/tutorials/heat-exchanger
- imported/tutorials/heat-exchanger-simplified
- imported/tutorials/multiple-perpendicular-flaps
- imported/tutorials/partitioned-elastic-beam
- imported/tutorials/partitioned-heat-conduction
- imported/tutorials/partitioned-heat-conduction-complex
- imported/tutorials/partitioned-heat-conduction-direct
- imported/tutorials/oscillator
- imported/tutorials/perpendicular-flap
- imported/tutorials/turek-hron-fsi3
- imported/tutorials/partitioned-pipe
- imported/tutorials/partitioned-backwards-facing-step
- imported/tutorials/flow-over-heated-plate-partitioned-flow
- imported/tutorials/volume-coupled-diffusion
- imported/tutorials/channel-transport
- imported/tutorials/channel-transport-reaction
- imported/tutorials/aste-turbine
- imported/openfoam-adapter/docs
- imported/micro-manager/docs
- imported/fmi-runner/docs
- imported/aste/docs
# We use these versions to centrally update links
# and other version-specific information.
# Note that Jekyll cuts off trailing zeros: https://stackoverflow.com/questions/37862167/trailing-zeros-in-jekyll-liquid
precice_version: 2.5.0
calculix_version: "2.20"
calculix_adapter_version: "2.20.0"
# This url is so bugprone that we keep it centrally here
matrix_url: "https://matrix.to/#/#precice_lobby:gitter.im?web-instance[element.io]=app.gitter.im"
# Latest known number of Google scholar citations, used as fallback
precice_citations: 222