-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
109 lines (93 loc) · 2.54 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
languageCode = "en-us"
name = "GeekyRyan"
baseUrl = "https://rnemeth90.github.io"
title = "GeekyRyan"
theme = "hugo-coder"
paginate = 10
enableRobotsTXT = true
[pagination]
pagerSize = 10 # Added field from Coder theme
[services]
[services.disqus]
# Enable Disqus comments
# shortname = "yourdiscussshortname" # Added section from Coder theme
[markup.highlight]
style = "base16-snazzy"
noClasses = false # Added field from Coder theme
[markup.goldmark.renderer]
unsafe = true # enable raw HTML in Markdown
[params]
author = "Ryan Nemeth"
email = "[email protected]" # used for microformats
avatar = "/images/bobble.jpg" # used for microformats
description = "Ryan Nemeth's personal website"
keywords = "blog,developer,personal,devops"
info = ["Full Stack DevOps Engineer"]
avatarURL = "images/bobble.jpg" #
dateFormat = "2006-01-02"
name = "GeekyRyan"
paginationSinglePost = true
style = "dark"
readMore = true # show read more button
readNextPosts = 5 # show 5 related posts, 0 by default
disableSummary = false
copyCodeButton = true # true by default
rssAsSocialIcon = true
since = 2012
rtl = false # Added from Coder theme
colorScheme = "auto" # Added from Coder theme
hideColorSchemeToggle = false # Added from Coder theme
maxSeeAlsoItems = 5 # Added from Coder theme
customCSS = [] # Added from Coder theme
customSCSS = [] # Added from Coder theme
customJS = [] # Added from Coder theme
customRemoteJS = [] # Added from Coder theme
[[params.social]]
url = "https://github.com/rnemeth90/"
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
# [[params.social]]
# name = "Twitter"
# icon = "fa-brands fa-x-twitter fa-2x"
# weight = 3
# url = "https://twitter.com/johndoe/" # Added from Coder theme
[[params.social]]
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 2
url = "https://www.linkedin.com/in/ryan-nemeth-b0b1504b/"
[[params.social]]
name = "RSS"
icon = "fa-solid fa-rss fa-2x"
weight = 3
url = "https://rnemeth90.github.io/index.xml"
rel = "alternate"
type = "application/rss+xml" # Added from Coder theme
[taxonomies]
category = "categories"
tag = "tags"
series = "series" # Added from Coder theme
author = "authors" # Added from Coder theme
[languages.en]
languageName = ":uk:"
[[languages.en.menu.main]]
name = "About"
weight = 1
url = "about/"
[[languages.en.menu.main]]
name = "Blog"
weight = 2
url = "posts/"
[[languages.en.menu.main]]
name = "Projects"
weight = 3
url = "projects/"
[[languages.en.menu.main]]
name = "Tags"
url = "/tags/"
weight = 4
# [[languages.en.menu.main]]
# name = "Contact me"
# weight = 5
# url = "contact/"