-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
128 lines (115 loc) · 2.5 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
# Site settings:
# --------------
title : sanderh.dev
description : Sander's blog
repository : smholvoet/smholvoet.github.io
markdown : kramdown
remote_theme : "mmistakes/minimal-mistakes@4.26.1"
minimal_mistakes_skin : "default"
timezone : Europe/Brussels
locale : "en-US"
# Site author:
# ------------
author:
name : "Sander Holvoet"
location : "Belgium"
avatar : "/assets/images/logo.jpg"
bio : "Roses are red, violets are blue unexpected '{' on line 32."
# Outputting:
# -----------
permalink : /:categories/:title/
paginate : 5
paginate_path : /page:num/
# Includes:
# --------
include:
- _pages
# Excludes:
# ---------
exclude:
- vendor
# Plugins:
# --------
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- "jekyll-github-metadata"
# Footer:
# -------
footer:
links:
- label: ""
icon: "fab fa-fw fa-twitter"
url: "https://twitter.com/smholvoet"
- label: ""
icon: "fab fa-fw fa-github"
url: "https://github.com/smholvoet"
- label: ""
icon: "fab fa-fw fa-linkedin-in"
url: "https://www.linkedin.com/in/sanderholvoet/"
# Tag archive:
# ------------
tag_archive:
type: liquid
path: /tags/
# Disqus:
# -------
comments:
provider: "disqus"
disqus:
shortname: "sanderholvoet"
# Google Analytics:
# -----------------
analytics:
provider: "google-gtag"
google:
tracking_id: "G-PZPE93ENH9"
anonymize_ip: false # default
# Socials:
# --------
twitter:
username: "smholvoet"
og_image: "/assets/images/logo.jpg"
social:
name: smholvoet
links:
- https://twitter.com/
- https://github.com/
# Algolia Search:
# ---------------
search: true
search_full_content: true
search_provider: algolia
algolia:
application_id: XTI9UCVDW2
index_name: prod_sanderh
search_only_api_key: c3a3d16dc59221f7fd7914a568f2a113
powered_by: true
# Defaults:
# ---------
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
classes: wide
author_profile: true
read_time: true
comments: true
share: false
related: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
# suppresses GitHub API warning when building locally
github: [metadata]