-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml.old
103 lines (86 loc) · 1.99 KB
/
config.toml.old
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
BaseURL = "https://blog.jasonmeridth.com/"
languageCode = "en-us"
defaultContentLanguage = "en"
author = "Jason Meridth"
title = "JM (Jason Meridth)"
theme = "vitae"
paginate = 5
enableRobotsTXT = true
enableGitInfo = true
copyright = "© Copyright notice | [Vitae](https://github.com/dataCobra/hugo-vitae) theme for [Hugo](https://gohugo.io)"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[markup]
[markup.highlight]
codeFences = true
noClasses = true
guessSyntax = true
lineNos = true
lineNumbersInTable = true
style = "monokai"
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[params]
darkmode = false
homepage = false
keywords = ["jason meridth","meridth","jm","software developer"]
description = "I am a continuously learning software developer trying to not let best be the enemy of better."
pagetitle = "Learn, Converse, Share"
subtitle = "Learn, Converse, Share"
math = true
avatar = "/img/jmavatar.jpeg"
favicon = true
mainSections = ["posts"]
readingTime = true
wordCount = true
hideAuthor = true
[params.customjs]
enabled = false
[params.comments]
enabled = false
# Navigation
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All Posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 4
[[menu.main]]
name = "Categories"
url = "/categories"
weight = 5
# Social Menu
[[params.social]]
name = "Github"
icon = "fab fa-github"
url = "https://github.com/jmeridth"
[[params.social]]
name = "Email"
icon = "fas fa-envelope"
cmd = "mailto:[email protected]"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin"
url = "https://linkedin.com/in/jmeridth"
[[params.social]]
name = "RSS"
icon = "fas fa-rss"
url = "/index.xml"