-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
158 lines (134 loc) · 3.88 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
baseURL = 'https://nspeaks.com/'
languageCode = 'en-us'
title = 'NSpeaks'
theme = 'PaperMod'
paginate = 5
enableEmoji = true
Copyright = "<a href='/archives/'>Archives</a> | <a href='/privacy-policy'>Privacy Policy</a> <span>© 2022 <a href='https://nspeaks.com'>NSpeaks</a></span>"
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
disableHugoGeneratorInject = true
[minify]
disableXML = true
minifyOutput = true
[permalinks]
posts = '/:slug'
[taxonomies]
category = 'category'
tag = 'tag'
series = "series"
[params]
env = "production"
title = "NSpeaks"
description = "Technology and Stuff."
keywords = [ "Technology", "Linux", "Servers", "WordPress" ]
author = ""
images = [ "<link or path of image for opengraph, twitter-cards>" ]
DateFormat = "January 2, 2006"
defaultTheme = "auto"
disableThemeToggle = false
ShowReadingTime = true
ShowShareButtons = true
ShareButtons = [ "twitter", "reddit", "telegram", "facebook", "whatsapp" ]
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowWordCount = false
ShowRssButtonInSectionTermList = true
ShowFullTextinRSS = true
UseHugoToc = false
disableSpecial1stPost = false
disableScrollToTop = false
comments = false
hidemeta = false
hideSummary = false
showtoc = true
tocopen = true
enableInlineShortcodes = true
[params.assets]
favicon = "/favicon.ico"
favicon16x16 = "/favicon-16x16.png"
favicon32x32 = "/favicon-32x32.png"
apple_touch_icon = "/apple-touch-icon.png"
safari_pinned_tab = "/safari-pinned.svg"
disableHLJS = true
[params.label]
text = "NSpeaks"
[params.homeInfoParams]
Title = "Hi there 👋"
Content = "Welcome to my professional space where I share tutorials on Linux, and Server Administration. I may on occassion share random useful tips from any topic that I find of interest. If you want a Linux tutorial for your site, you can reach me on any of my socials below or you can <a href='mailto:[email protected]'>mail me</a>. I maintain a <a href='https://diary.nspeaks.com' title='Personal Blog'>personal blog</a> as well where I post random stuff and talk about movies and shows."
[[params.socialIcons]]
name = "twitter"
url = "https://twitter.com/nspeaks"
[[params.socialIcons]]
name = "stackoverflow"
url = "https://stackoverflow.com/users/772709/navjotjsingh"
[[params.socialIcons]]
name = "github"
url = "https://github.com/navjotjsingh"
[[params.socialIcons]]
name = "mastodon"
url = "https://mastodon.social/@nspeaks"
[[params.socialIcons]]
name = "palestine"
url = "https://www.aljazeera.com/news/2023/10/9/whats-the-israel-palestine-conflict-about-a-simple-guide"
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1000
threshold = 0.4
minMatchCharLength = 0
keys = [ "title", "permalink", "summary", "content" ]
[[menu.main]]
name = "About Me"
url = "about/"
weight = 2
[[menu.main]]
name = "Recommendations"
url = "ref/"
weight = 5
[[menu.main]]
identifier = "category"
name = "Categories"
url = "/category/"
weight = 10
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 10
[[menu.main]]
identifier = "tag"
name = "Tags"
url = "/tag/"
weight = 20
#[[menu.main]]
#identifier = "diary"
#name = "Personal Blog"
#url = "https://diary.nspeaks.com"
#weight = 30
[sitemap]
changefreq = 'monthly'
filename = 'sitemap.xml'
priority = 0.5
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'solarized-dark'
tabWidth = 4
[markup.goldmark.renderer]
unsafe = true