forked from su2code/su2code.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
100 lines (88 loc) · 1.77 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
# Site settings
title: SU2 | Multiphysics Simulation and Design Software
email: [email protected]
description: >
Website for the SU2 Project
baseurl: "/" # the subpath of your site, e.g. /blog/
url: https://su2code.github.io # the base hostname & protocol for your site
git_address: https://github.com/su2code/SU2.git
git_edit_address: https://github.com/su2code/su2code.github.io/blob/master
# theme options from https://bootswatch.com/
# comment out this to use default Bootstrap
bootwatch: yeti
# Build settings
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
whitelist:
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
timezone: Europe/Berlin
defaults:
- scope:
path: _posts
type: posts
values:
layout: post
sectionid: blog
- scope:
path: _docs_v7
type: docs_v7
values:
layout: docs_v7
sectionid: docs_v7
seo:
type: "WebPage"
- scope:
path: _docs
type: docs
values:
layout: docs
sectionid: docs
seo:
type: "WebPage"
- scope:
path: _tutorials
type: tutorials
values:
layout: tutorials
sectionid: tutorials
seo:
type: "WebPage"
- scope:
path: _vandv
type: vandv
values:
layout: vandv
sectionid: vandv
seo:
type: "WebPage"
collections:
docs:
permalink: /:collection/:path/
output: true
docs_v7:
permalink: /:collection/:path/
output: true
tutorials:
permalink: /:collection/:path/
output: true
vandv:
permalink: /:collection/:path/
output: true
posts:
permalink: /blog/:year/:month/:day/:title/
output: true
# Google Analytics
google_analytics: UA-28187985-1
plugins:
- jekyll-gist