forked from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
159 lines (142 loc) · 4.08 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
# Welcome to Jekyll!
# https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml
# Site settings
title: Matthiasmunz.de 👋
subtitle: Explore, Learn, Decide Better
email: matthiasmunz@kaffeeschluerfer.com
repository: matmu/matmu.github.io
url: https://matthiasmunz.de
baseurl: ""
description: Explore, Learn, Decide Better.
name: Matthias Munz
twitter_username: _MatthiasMunz
github_username: matmu
minimal_mistakes_skin: default
search: true
search_full_content: true
search_provider: lunr
lunr:
search_within_pages: true
analytics:
provider: "google-gtag"
google:
tracking_id: "G-R6WNSZET6Q"
breadcrumbs: FALSE # disabled by default
enable_copy_code_button: TRUE
# Build settings
markdown: kramdown
remote_theme: mmistakes/minimal-mistakes
# Outputting
permalink: /:categories/:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
timezone: Europe/Berlin # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
include:
- _pages
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
author:
name : "Matthias Munz"
avatar : "/assets/images/portrait_quadr.png"
bio : "From a village near Freiburg, Germany. Living and working in Penzberg, Bavaria. Passionate about bioinformatics, climbing and travelling. Adventurer. Programmer. Big data expert. Problem solver. Creator. Autodidact."
links:
- label: "Penzberg"
icon: "fas fa-fw fa-map-marker-alt"
url: "https://goo.gl/maps/jRkNWky3BkshXo23A"
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:matthiasmunz@kaffeeschluerfer.com"
- label: "X"
icon: "fa-brands fa-square-x-twitter"
url: "https://x.com/_MatthiasMunz"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "http://github.com/matmu"
- label: "G. Scholar"
icon: "ai ai-google-scholar-square adj-academicicons"
url: "https://scholar.google.de/citations?user=YqZW19IAAAAJ&hl=de"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://instagram.com/matthiasmunz"
- label: Youtube
icon: fab fa-fw fa-youtube
url: "https://www.youtube.com/channel/UC_YAo3WMEkmRzhIEuglf-dA"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/matthias-munz"
- label: Stackoverflow
icon: "fab fa-fw fa-stack-overflow"
url: "https://stackoverflow.com/users/1150325"
- label: Orcid
icon: "fab fa-fw fa-orcid"
url: "https://orcid.org/0000-0002-4728-3357"
- label: Docker
icon: "fab fa-docker"
url: "http://hub.docker.com/u/matmu"
- label: Komoot
icon:
url: https://www.komoot.com/de-de/user/452401342375
- label: Geocaching
icon:
url: http://www.geocaching.com/profile/?id=20047833
- label: Warmshowers
icon:
url: https://www.warmshowers.org/user/268713
footer:
links:
# - label: "Twitter"
# icon: "fab fa-fw fa-twitter-square"
# url: "https://twitter.com/"
# - label: "GitHub"
# icon: "fab fa-fw fa-github"
# url: "https://github.com/"
# - label: "Instagram"
# icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: false
share: false
related: false
show_date: true
date_format: "%B %-d, %Y"
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# after_footer_scripts:
# - https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js
# - assets/js/clipboardrouge.js