-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
95 lines (82 loc) · 2.18 KB
/
config.yaml
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
baseurl: "https://tylerrouze.com"
languageCode: "en-us"
title: "Tyler Rouze"
pagination:
pagerSize: 5
params:
# Emoji will show before the blog title on site navbar.
titleEmoji:
# Logo will show before the blog title on site navbar.
titleLogo:
# Enable float footnotes.
# Default to true
enableFootnotes: true
siteName: "Tyler Rouze - Resident Architect @ dbt Labs"
siteDesc: "Hi, I'm Tyler and this is where I write, think, and share. Join the conversation around Data engineering, the modern data stack, and lifelong learning."
author: "Tyler Rouze"
colorScheme:
# Enable toggle colorScheme
# Default to true
toggle: true
# Default colorScheme
# Default to auto
default: auto
# Limit how many categories filter show above search input.
# Default to 5
maxCategoryToShow: 10
mailchimp: https://tylerrouze.us20.list-manage.com/subscribe/post?u=2999b5cece1fa6ee3e6af9a37&id=3addec2a8e
# Show your social information with icon on index bio with `_index.md` content.
socialOptions:
dev-to:
email: [email protected]
facebook:
github: https://github.com/trouze
instagram:
linkedin: https://www.linkedin.com/in/tylerrouze
medium:
stack-overflow:
steam:
strava: https://www.strava.com/athletes/116840931
spotify: https://open.spotify.com/user/tyrouze10?si=183b7fda195e4e09
telegram:
twitter:
twitch:
vsco: https://vsco.co/tylerrouze
whatsapp:
youtube: https://www.youtube.com/@tylerrouze
# Comments settings
comments:
enabled: true
provider: giscus
giscus:
repo: trouze/trouze.github.io
id: MDEwOlJlcG9zaXRvcnkyMDM4NTU5ODU=
category:
name: Blog Comments
id: DIC_kwDODCaYcc4CTODa
menu:
header:
- identifier: home
name: ahome
url: "/"
- identifier: posts
name: bposts
url: "/posts"
- identifier: /now
name: c/now
url: "/now"
- identifier: subscribe
name: dsubscribe
url: "/subscribe"
footer:
- name: RSS
url: "/index.xml"
markup:
highlight:
noClasses: false
lineNos: true
goldmark:
renderer:
unsafe: true
outputs:
home: ["HTML", "RSS", "JSON"]