-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
69 lines (61 loc) · 1.36 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
# Site settings
title: Stefan Schulz
description: 'Software Product Developer'
url: 'https://rubyfi.de'
baseurl: ''
font_awesome: '57918ba98d.js'
# google_analytics: 'UA-XXXXXX-X'
# disqus_shortname: 'your-disqus-name'
# disable_landing_page: true
author:
name: 'Stefan Schulz'
# The order of the social links is defined by their order in this list
socials:
github:
user_id: rubyfi
hackerrank:
user_id: rubyfi
scholar:
user_id: VPbzSVMAAAAJ
orcid:
user_id: 0000-0002-8310-7676
linkedin:
user_id: stefan-schulz-017012114
twitter:
user_id: 0xRubyfi
email:
address: hallo@rubyfi.de
#reddit:
# user_id: rubyfi
#youtube:
# channel_id:
# display_name: (optional)
#instagram:
# user_id:
#tiktok:
# user_id:
#twitch:
# user_id:
defaults:
-
scope:
path: ''
type: 'pages'
values:
layout: 'default'
# Build settings
destination: _site
paginate: 10
permalink: /:year/:title/
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
#plugins: ['jekyll-paginate']
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'screenshot.png', 'docker-compose.yml', 'socials/', 'node_modules', 'vendor/bundle/', 'vendor/cache/', 'vendor/gems/', 'vendor/ruby/']