-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
148 lines (128 loc) · 3.29 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
baseURL: https://felipeo.me
languageCode: en-us
title: Insights Notes
paginate: 5
theme: "PaperMod"
enableRobotsTXT: true
enableEmoji: true
pygmentsUseClasses: true
enableInlineShortcodes: true
buildDrafts: false
buildFuture: false
buildExpired: false
googleAnalytics: G-G71GJS1G2Y
outputs:
home:
- HTML
- RSS
- JSON
minify:
disableXML: true
menu:
main:
- identifier: Posts
name: posts
url: /posts/
weight: 10
- identifier: About
name: about
url: /about/
weight: 20
- identifier: Search
name: search
url: /search/
weight: 30
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: "I'm a data analyst. I document personal projects and write sometimes about work life."
author: Felipe Oliveira
keywords: [ blog, faoliveira ]
hideFooter: true
defaultTheme: light
# disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: true
# disableSpecial1stPost: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowToc: true
tocopen: false
comments: false
images: ["cover.png"]
label:
text: Insights Notes
icon: "/safari-pinned-tab.svg"
iconHeight: 35
profileMode:
enabled: true
title: Felipe Oliveira
subtitle: Currently Data Analyst @ iFood
# imageUrl: "profile_avatar.webp"
# imageWidth: 120
# imageHeight: 120
buttons:
- name: Posts
url: posts
- name: About
url: about
homeInfoParams:
Title: "Felipe Oliveira"
Content: >
**Data Analyst @ iFood**
- Hi! Welcome to my corner on the internet
- Here, I [document personal projects](posts.html). Feel free to [say hello](felipe@felipeo.me), I won’t bite.
socialIcons:
- name: github
url: "https://github.com/faoliveira/"
- name: linkedin
url: "https://www.linkedin.com/in/faoliveiras/"
- name: email
url: "mailto:felipe@felipeo.me"
# - name: Rss
# url: "index.xml"
assets:
disableHLJS: true
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
safari_pinned_tab: "/safari-pinned-tab.svg"
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: [ "title", "permalink", "summary", "content" ]
services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true
markup:
goldmark:
parser:
attribute:
block: true
title: true
renderer:
unsafe: true
highlight:
noClasses: false
taxonomies:
tag: tags
privacy:
googleAnalytics:
anonymizeIP: true
respectDoNotTrack: true
useSessionStorage: true
twitter:
enableDNT: true
vimeo:
enableDNT: true
youtube:
privacyEnhanced: true