-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
59 lines (49 loc) · 2.21 KB
/
_config.yml
File metadata and controls
59 lines (49 loc) · 2.21 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
title: SmartBotKit
author:
name: Marcus Handte
email: marcus.handte@uni-due.de
# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
description: >
A funky description.
# Build settings
remote_theme: jekyll/minima
plugins:
- jekyll-feed
- jekyll-seo-tag
# Theme-specific settings
header_pages:
- index.md
- privacy.md
# Set to `true` to show excerpts on the homepage.
#show_excerpts: false
# Minima specific settings, which are only available from Minima 3.0 onward.
minima:
skin: auto
date_format: "%Y-%m-%d"
# Generate social links in footer.
social_links:
- platform: github
user_url: "https://github.com/smartbotkit"
- platform: ude
user_url: "https://www.nes.uni-due.de"
title: Universität Duisburg-Essen
- platform: locoslab
user_url: "https://www.locoslab.com"
title: LocosLab GmbH
# - { platform: devto, user_url: "https://dev.to/jekyll" }
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
# - { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
# - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
# - { platform: github, user_url: "https://github.com/smartbotkit" }
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
# - { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
# - { platform: keybase, user_url: "https://keybase.io/jekyll" }
# - { platform: linkedin, user_url: "https://www.linkedin.com/in/jekyll" }
# - { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
# - { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" }
# - { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1234567/jekyll" }
# - { platform: telegram, user_url: "https://t.me/jekyll" }
# - { platform: twitter, user_url: "https://twitter.com/jekyllrb" }
# - { platform: x, user_url: "https://x.com/jekyllrb" }
# - { platform: youtube, user_url: "https://www.youtube.com/jekyll" }