-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
97 lines (78 loc) · 1.81 KB
/
config.toml
File metadata and controls
97 lines (78 loc) · 1.81 KB
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://willduke.github.io/'
title = "Will Duke's Blog"
languageCode = 'en-us'
theme = "PaperMod"
paginate = 5
googleAnalytics = 'G-DW1P8KG3ES'
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[[menu.main]]
name = "Posts"
url = "posts"
weight = 1
[[menu.main]]
name = "Archive"
url = "archives"
weight = 5
[[menu.main]]
name = "Tags"
url = "tags/"
weight = 10
[[menu.main]]
name = "Search"
url = "search/"
weight = 10
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[params]
env = "production"
author = "Will Duke"
comments = true
ShowPostNavLinks = true
ShowReadingTime = true
ShowShareButtons = true
enableInlineShortcodes = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowRssButtonInSectionTermList = true
ShowToc = true
ShowWordCount = true
enableEmoji = true
[params.profileMode]
enabled = true
title = "Will Duke's Blog"
subtitle = "Articles & thoughts on Python, data science, etc."
imageUrl = "/images/blog-logo.png"
imageTitle = "Snake and binary icons created by Freepik - Flaticon"
imageWidth = 120
imageHeight = 120
[[params.profileMode.buttons]]
name = "Blog"
url = "/posts"
[[params.profileMode.buttons]]
name = "Archive"
url = "/archives"
[[params.socialIcons]]
name = "GitHub"
url = "https://github.com/WillDuke"
[[params.socialIcons]]
name = "LinkedIn"
url = "https://www.linkedin.com/in/will-duke-86b41786/"
[params.editPost]
URL = "https://github.com/WillDuke/willduke.github.io/tree/main/content"
Text = "Suggest Changes"
appendFilePath = true
[params.label]
icon = '/apple-touch-icon.png'
[params.analytics.google]
SiteVerificationTag = "YFLJWyfoiCPS_M6R4zxZe1XBpPlHZzrbEqFDpbmZXvs"
[fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1_000
threshold = 0.4
minMatchCharLength = 0
keys = [ "title", "permalink", "summary", "content", "tag" ]