-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.toml
128 lines (107 loc) · 2.81 KB
/
hugo.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
122
123
124
125
126
127
128
baseURL = "https://csullender.com/"
title = "Colin Sullender"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
canonifyurls = false
enableGitInfo = true
[pagination]
pagerSize = 20
[markup.highlight]
style = "dracula"
[services]
[services.disqus]
shortname = "csullender"
googleAnalytics = "G-XKMRF7KB73"
[params.matomo]
serverURL = "m.csullender.com"
siteID = "1"
[params.plausibleAnalytics]
serverURL = "p.csullender.com"
domain = "csullender.com,/csullender.com"
fileDownloadsTracking = true
outboundLinksTracking = true
[params.umami]
siteID = "d6527871-ec0b-4ff7-a839-3601a22d4549"
scriptURL = "https://u.csullender.com/u.js"
domain = "csullender.com"
[taxonomies]
tag = "tags"
# Theme Parameters
[params]
author = "Colin Sullender"
info = "Optical Engineer"
description = "Welcome to the personal website of Colin Sullender, an optical engineer specializing in imaging system design and digital image processing."
keywords = "personal,blog,optical,biomedical,engineer,optics,researcher"
avatarurl = "images/avatar.jpg"
favicon_32 = "images/favicon-32x32.png"
favicon_16 = "images/favicon-16x16.png"
colorScheme = "auto"
hideColorSchemeToggle = false
rtl = false
math = false
customCSS = [
"css/custom.css",
]
commit = "https://github.com/shiruken/csullender.com/commit"
# Menu Links
[[menu.main]]
name = "About"
weight = 1
url = "/about"
[[menu.main]]
name = "Blog"
weight = 2
url = "/posts"
[[menu.main]]
name = "Research"
weight = 3
url = "/research"
[[menu.main]]
name = "Coding"
weight = 4
url = "/coding"
[[menu.main]]
name = "Websites"
weight = 5
url = "/websites"
[[menu.main]]
name = "Science GIFs"
weight = 6
url = "https://sciencegifs.csullender.com/"
# Social Links
[[params.social]]
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 1
url = "https://www.linkedin.com/in/csullender/"
rel = "me"
target = "_blank"
[[params.social]]
name = "GitHub"
icon = "fa-brands fa-github fa-2x"
weight = 2
url = "https://github.com/shiruken/"
rel = "me"
target = "_blank"
[[params.social]]
name = "ResearchGate"
icon = "fa-brands fa-researchgate fa-2x"
weight = 3
url = "https://www.researchgate.net/profile/Colin_Sullender"
rel = "me"
target = "_blank"
[[params.social]]
name = "ORCID"
icon = "fa-brands fa-orcid fa-2x"
weight = 4
url = "https://orcid.org/0000-0003-4329-7708"
rel = "me"
target = "_blank"
[[params.social]]
name = "Google Scholar"
icon = "fa-brands fa-google-scholar fa-2x"
weight = 5
url = "https://scholar.google.com/citations?user=29wBsHgAAAAJ"
rel = "me"
target = "_blank"