-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
52 lines (43 loc) · 935 Bytes
/
config.toml
File metadata and controls
52 lines (43 loc) · 935 Bytes
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
# basic config
baseURL = "https://jcleal.me/"
languageCode = "en-us"
title="Jordan Cleal"
theme = "hugo-ink"
paginate = 3
# https://xyproto.github.io/splash/docs/all.html
pygmentsstyle = "dracula"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[markup]
# https://jdhao.github.io/2019/12/29/hugo_html_not_shown/
defaultMarkdownHandler = "blackfriday"
[params]
subtitle = "A DevOps Engineer focused on Go, Bash, & AWS."
featherIconsCDN = true
avatar = "https://jcleal.me/my-face.png"
mode = "dark"
customCSS = "css/custom.css"
customDarkCSS = "css/custom.dark.css"
# navigation
[[menu.main]]
name = "About"
url = "/"
weight = 1
[[menu.main]]
name = "Resume"
url = "/resume"
weight = 2
[[menu.main]]
name = "Blog"
url = "/posts"
weight = 3
[[menu.main]]
name = "Blog Tags"
url = "/tags"
weight = 4
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 5
[taxonomies]
tag = "tags"