-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (42 loc) · 1.86 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
# Build settings
markdown: kramdown
theme: minimal-mistakes-jekyll
minimal_mistakes_skin : "contrast" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
# Site Settings
locale : "en"
title : "Egon.io"
title_separator : "–"
subtitle : "The Domain Story Modeler" # site tagline that appears below site title in masthead
name : "with ❤️ from WPS – Workplace Solutions"
description : "An open-source tool for visualizing domain stories."
url : "https://egon.io/"
baseurl : # the subpath of your site, e.g. "/blog"
repository : "WPS/egon.io-website" # GitHub username/repo-name
teaser : /assets/images/header_dst.jpg # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : /assets/images/logo/square/dst_logo_transparent_no-text.png # path of logo image to display in the masthead, e.g. "/assets/assets/images/88x88.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
breadcrumbs : false # true, false (default)
words_per_minute : 200
include:
- _pages
# Plugins (previously gems:)
plugins:
- jemoji
- jekyll-include-cache
#Klingt interessant, läuft aber wohl nicht auf GHP: jekyll_picture_tag
footer:
links:
- label: "Improve this page"
icon: "fab fa-fw fa-github"
url: "https://github.com/WPS/egon.io-website"
- label: "Licensed GPLv3"
icon: "fab fa-osi"
url: "https://www.gnu.org/licenses/gpl-3.0"
- label: "Imprint"
icon: "fas fa-balance-scale"
url: "https://www.wps.de/impressum/"
- label: "Privacy"
icon: "fas fa-user-shield"
url: "https://www.wps.de/en/privacy-policy"
atom_feed:
hide: true