-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
55 lines (49 loc) · 1.3 KB
/
config.yaml
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
title: 'Maximilian Rüsch'
baseURL: 'https://maximilianruesch.de/'
languageCode: 'en-GB'
theme: "PaperMod"
params:
ShowBreadCrumbs: true
author: "Maximilian Rüsch"
description: "Personal homepage displaying my projects, publications and other achievements"
keywords:
- maximilianruesch
- maximilianrüsch
- maxruesch
- maxrüsch
- max
- ruesch
- rüsch
- sector lengths
assets:
favicon: '/icons/favicon.ico'
favicon16x16: '/icons/favicon-16x16.png'
favicon32x32: '/icons/favicon-16x16.png'
apple_touch_icon: '/icons/apple-touch-icon.png'
profileMode:
enabled: true
title: "Maximilian Rüsch" # optional default will be site title
subtitle: "<subtitle>"
imageUrl: "max.jpg"
imageTitle: me # optional
imageWidth: 300 # custom size
imageHeight: " " # custom size
buttons:
- name: Publications
url: "/publications"
draft: true
socialIcons: # optional
- name: "LinkedIn"
url: "https://www.linkedin.com/in/maximilianruesch/"
- name: "GitHub"
url: "https://github.com/maximilianruesch"
menu:
main:
- identifier: publications
name: Publications
url: /publications
weight: 10
- identifier: projects
name: Personal Projects
url: /projects
weight: 20