-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
132 lines (116 loc) · 3.15 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
122
123
124
125
126
127
128
129
130
131
132
publishDir = "docs/"
languageCode = "en-us"
baseurl = "https://jamesstrong.dev/"
title = "James Strong"
copyright = "Copyright (c) 2024, all rights reserved."
canonifyurls = true
theme = "hugo-coder"
defaultContentLanguage = "en"
enableEmoji = true
[pagination]
pagerSize = 10
disqusShortname = "jamesstrong-dev"
ignoreLogs = ['warning-goldmark-raw-html']
[markup]
[markup.asciidocExt]
safeMode = 'unsafe'
[params]
# Shown in the home page
brand = "James Strong"
googleAnalytics = "G-Y034J08BEQ"
dateFormat = "Jan 2, 2006"
since = 2017
keywords = "blog,developer,personal"
info = ["Solution Architect", "Kubernetes non-expert"]
avatarURL = "img/headshot.png"
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
url = "https://github.com/strongjz"
[[params.social]]
name = "Twitter"
icon = "fa-brands fa-twitter fa-2x"
url = "https://twitter.com/strongjz"
[[params.social]]
name = "Linkedin"
icon = "fa-brands fa-linkedin fa-2x"
url = "https://www.linkedin.com/in/strongjz"
[[params.social]]
name = "Email"
icon = "fa fa-envelope fa-2x"
link = "[email protected]"
[[params.social]]
name = "slideshare"
icon = "fa-brands fa-slideshare fa-2x"
url = "https://www.slideshare.net/jstrong09"
[[params.social]]
name = "reddit"
icon = "fa-brands fa-reddit fa-2x"
url = "https://www.reddit.com/user/strongjz/"
[[params.social]]
name = "hacker-news"
icon = "fa-brands fa-hacker-news fa-2x"
url = "https://news.ycombinator.com/user?id=strongbad"
[[params.social]]
name = "Gitlab"
icon = "fa-brands fa-gitlab fa-2x"
url = "https://gitlab.com/strongjz"
[[params.social]]
name = ""
icon = "fa-brands fa-bitbucket fa-2x"
url = "https://bitbucket.org/strongjz/workspace/repositories/"
[[params.social]]
name = ""
icon = "fa-brands fa-stack-overflow fa-2x"
url = "https://stackoverflow.com/users/1794802/strongjz"
[[params.social]]
name = "Keybase"
icon = "fa-brands fa-keybase fa-2x"
url = "https://keybase.io/strongjz"
[indexes]
tag = "tags"
topic = "topics"
[taxonomies]
tag = "tags"
[author]
name = "James Strong"
[menu]
[[menu.main]]
name = "Home"
pre = "<i class='fa fa-home fa-fw'></i>"
weight = 1
identifier = "home"
url = "/"
[[menu.main]]
name = "About"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 2
identifier = "about"
url = "/about/"
[[menu.main]]
name = "Posts"
pre = "<i class='fa fa-list fa-fw'></i>"
weight = 3
identifier = "post"
url = "/post/"
[[menu.main]]
name = "Resume"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 4
identifier = "resume"
url = "/resume/"
[[menu.main]]
name = "Keybase"
identifier = "Keybase"
pre = "<i class='fa fa-key fa-fw'></i>"
weight = 5
url = "/keybase.txt"
[[menu.main]]
name = "Tags"
pre = "<i class='fa fa-solid fa-tag'></i>"
weight = 6
identifier = "tag"
url = "/tags/"
[params.meta]
keywords = "blog, tech"
description = "Personal blog."