-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
176 lines (160 loc) · 4.11 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
email: [email protected]
description: >-
Der Lehrstuhl für Mechatronik zeichnet sich durch eine wegweisende Verknüpfung von physikalischem Verständnis,
mechatronischem Engineering und Scientific Machine Learning aus. Unsere Expertise liegt darin, komplexe Interaktionen
zwischen mechanischen, elektronischen und weiteren Subsystemen zu verstehen, zu modellieren und zu optimieren.
baseurl: ""
url: "https://una-auxme.github.io"
github_username: una-auxme
repository: una-auxme/una-auxme.github.io
# Build settings
# https://github.com/mmistakes/minimal-mistakes
remote_theme: "mmistakes/[email protected]"
minimal_mistakes_skin: "dark" # "default" "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
plugins:
- jekyll-include-cache
- jekyll-polyglot
include: ["_pages"]
languages: ["de", "en"]
default_lang: de
exclude_from_localization: ["assets/images"]
parallel_localization: false
sass:
sourcemap: never
logo: "/assets/logo/logo.png"
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/una-auxme"
defaults:
- scope:
path: "_pages"
type: pages
values:
layout: single
toc: true
toc_sticky: true
author_profile: false
read_time: false
comments: false
share: false
related: false
- scope:
path: "_pages/de"
values:
title: "Lehrstuhl für Mechatronik"
lang: de
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/logo/AuxMe.jpg
actions:
- label: "Zum Lehrstuhl"
url: "https://www.uni-augsburg.de/de/fakultaet/fai/informatik/prof/imech/"
caption: "Photo credit: **Peter Krönes**"
excerpt: "Hier findet ihr aktuelle Themen für studentische Arbeiten an unserem Lehrstuhl."
toc_label: Themen
- scope:
path: "_pages/en"
values:
title: "Chair of Mechatronics"
lang: en
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/logo/AuxMe.jpg
actions:
- label: "View Chair"
url: "https://www.uni-augsburg.de/de/fakultaet/fai/informatik/prof/imech/"
caption: "Photo credit: **Peter Krönes**"
excerpt: "Here you can find current topics for projects and theses at our chair."
toc_label: Topics
- scope:
path: "topics/_aka"
values:
contact: "julius-aka"
- scope:
path: "topics/_boborzi"
values:
contact: "damian-boborzi"
- scope:
path: "topics/_hoepfner"
values:
contact: "valentin-hoepfner"
- scope:
path: "topics/_hofmann"
values:
contact: "andreas-hofmann"
- scope:
path: "topics/_kircher"
values:
contact: "josef-kircher"
- scope:
path: "topics/_kroenes"
values:
contact: "peter-kroenes"
- scope:
path: "topics/_luttkus"
values:
contact: "lennart-luttkus"
- scope:
path: "topics/_mandischer"
values:
contact: "nils-mandischer"
- scope:
path: "topics/_thummerer"
values:
contact: "tobias-thummerer"
- scope:
path: "topics/_trommer"
values:
contact: "julian-trommer"
- scope:
path: "topics/_zhang"
values:
contact: "yi-zhang"
collections:
- aka
- boborzi
- hoepfner
- hofmann
- kircher
- kroenes
- luttkus
- mandischer
- thummerer
- trommer
- zhang
collections_dir: topics
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# mimic GitHub Pages with --safe
whitelist:
- jekyll-include-cache
# HTML Compression
# - https://jch.penibelst.de/
compress_html:
clippings: all
ignore:
envs: development