-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
100 lines (87 loc) · 2.33 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
96
97
98
99
100
baseURL: "https://kevin.st-sauveur.ca/"
languageCode: en-ca
title: "Kevin.St-Sauveur.ca"
theme: "PaperMod"
menu:
main:
- name: Archive
url: archives/
weight: 10
- name: "Posts"
url: posts/
weight: 10
- name: Search
url: search/
weight: 10
- name: Tags
url: tags/
weight: 10
- name: "About"
url: about/
weight: 10
enableEmoji: true
minify:
disableXML: true
minifyOutput: true
assets:
favicon: "/favicon.ico?v=2"
favicon16x16: "/favicon-16x16.png?v=2"
favicon32x32: "/favicon-32x32.png?v=2"
apple_touch_icon: "/apple-touch-icon.png?v=2"
safari_pinned_tab: "/safari-pinned-tab.svg?v=2"
msapplication_TileColor: "#2b5797"
theme_color: "#ffffff"
params:
env: production
GitHubUser: kevinstsauveur
author: Kevin St-Sauveur
description: "kevin.st-sauveur.ca | https://github.com/kevinstsauveur/kevin.st-sauveur.ca"
profileMode:
enabled: true
title: "Kevin St-Sauveur" # optional default will be site title
subtitle: "Technology enthusiast"
imageUrl: "/img/profile.jpg" # optional
imageTitle: "Profile picture" # optional
imageWidth: 300 # custom size
imageHeight: 300 # custom size
buttons:
- name: Posts
url: "/posts"
- name: About
url: "/about"
socialIcons: # optional
- name: github
url: "https://github.com/kevinstsauveur/"
- name: linkedin
url: "https://www.linkedin.com/in/kevinstsauveur"
- name: email
url: "mailto:[email protected]"
- name: RsS
url: "index.xml"
cover:
linkFullImages: true
ShowShareButtons: true
ShowReadingTime: true
ShowBreadCrumbs: true
ShowToc: true
ShowPostNavLinks: true
ShowCodeCopyButtons: true
defaultTheme: auto
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
googleAnalytics: "G-GR9Z5WBM2M"
outputs:
home:
- HTML
- RSS
- JSON # is necessary
markup:
goldmark:
renderer:
unsafe: true