-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
121 lines (97 loc) · 2.74 KB
/
config.toml
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
baseURL = "/"
title = "Bailey's Site"
enableRobotsTXT = true
theme = ["docsy"]
enableGitInfo = true
contentDir = "content"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = true
ignoreFiles = [
'content/notes/crypto/.github/*',
'content/notes/crypto/.vscode/*',
'content/notes/crypto/ui/node_modules/*',
'content/notes/machine-learning/.devcontainer/*',
'content/notes/machine-learning/.vscode/*',
'content/notes/machine-learning/bails_ml_wrappers/*',
'content/notes/machine-learning/pytorch/*',
]
# Comment out to enable taxonomies in Docsy
# disableKinds = ["taxonomy", "taxonomyTerm"]
[taxonomies]
tag = "tags"
category = "categories"
[params.taxonomy]
taxonomyCloud = ["tags", "categories"]
taxonomyCloudTitle = ["Tag Cloud", "Categories"]
taxonomyPageHeader = ["tags", "categories"]
# Highlighting config
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsUseClassic = false
pygmentsStyle = "tango"
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
[imaging]
resampleFilter = "CatmullRom"
quality = 75
anchor = "smart"
[services]
[services.googleAnalytics]
# id = "UA-00000000-0"
[languages]
[languages.en]
title = "Bailey's Site"
description = ""
languageName ="English"
# Weight used for sorting.
weight = 1
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "tango"
[outputs]
section = ["HTML", "print", "RSS"]
[params]
copyright = "Bailey Everts"
# privacy_policy = "https://policies.google.com/privacy"
gcs_engine_id = "d72aa9b2712488cc3"
algolia_docsearch = false
offlineSearch = false
prism_syntax_highlighting = false
[params.ui]
breadcrumb_disable = false
footer_about_disable = false
navbar_logo = false
navbar_translucent_over_cover_disable = false
sidebar_menu_compact = false
sidebar_search_disable = false
[params.ui.feedback]
enable = false
yes = 'Glad to hear it! Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
no = 'Sorry to hear that. Please <a href="https://github.com/USERNAME/REPOSITORY/issues/new">tell us how we can improve</a>.'
[params.ui.readingtime]
enable = false
[params.links]
[[params.links.developer]]
name = "LinkedIn"
url = "https://www.linkedin.com/in/beverts312/"
icon = "fab fa-linkedin-in"
desc = "Connect with me on LinkedIn!"
[[params.links.developer]]
name ="Twitter"
url = "https://twitter.com/Basha312"
icon = "fab fa-twitter"
desc = "Follow me on Twitter!"
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/beverts312"
icon = "fab fa-github"
desc = "Development takes place here!"