forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (38 loc) · 2.04 KB
/
_config.yml
File metadata and controls
44 lines (38 loc) · 2.04 KB
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
title: "Physicist (PhD) | Data Scientist"
author: "Dr. rer. nat. Sebastian Domsch"
description: "Dr. rer. nat. Sebastian Domsch"
permalink: /title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
# Layout
show_social: true # show site description and social links in the footer
show_excerpts: false # show article excerpts on the home page
show_frame: true # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header
minimal: false # use a dark header
# Menu xxx
navigation: # accepts {file, title, url, icon, sidebaricon}
- {file: "cv.md", title: "Resumee", sidebaricon: home}
- {file: "projects.md", title: "Projects & Data Apps", sidebaricon: home}
- {file: "publications.md", title: "Publications", sidebaricon: home}
- {file: "contact.md", title: "Contact", sidebaricon: home}
#- {file: "imprint.md", title: "Imprint", sidebaricon: home}
#- {file: "privacy.md", title: "Privacy", sidebaricon: home}
#- {file: "myblog.md", title: "Blog", sidebaricon: home}
external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: XING, icon: xing, url: "https://www.xing.com/profile/rernatSebastian_Domsch"}
- {title: LinkedIn, icon: linkedin, url: "https://www.linkedin.com/in/dr-sebastian-domsch-342a3642"}
- {title: Youtube, icon: youtube, url: "https://www.youtube.com"}
- {title: Github, icon: github, url: "https://github.com/Sebastian1981"}
- {title: Dockerhub, icon: docker, url: "https://hub.docker.com/u/63531981"}
- {title: Researchgate, icon: researchgate, url: "https://www.researchgate.net/profile/Sebastian-Domsch"}
- {title: Mail, icon: envelope, url: "mailto: SDomsch@gmail.com"}
- {title: "Imprint", sidebaricon: home, file: "imprint.md", }
- {title: "Privacy", sidebaricon: home, file: "privacy.md"}
comments:
# disqus_shortname: "" # see https://disqus.com/
# isso_domain: "" # see https://posativ.org/isso/
plugins:
- jekyll-feed
theme: jekyll-theme-tactile