-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
124 lines (108 loc) · 2.49 KB
/
hugo.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
baseURL = "https://lightbi-hugo-theme.netlify.app/"
DefaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
languageCode = "en"
title = "Lightbi"
theme = "lightbi-hugo"
summaryLength = "30"
metaDataFormat = "yaml"
pygmentsStyle = "trac"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClassic = true
pygmentOptions = "linenos=inline"
#googleAnalytics = "XXX"
enableRobotsTXT = true
enableGitInfo = false
ignoreLogs = ['warning-goldmark-raw-html']
[Params]
selfHosted = true
mainSections = ["post","posts"]
dateFormat = "02 January 2006"
comments = false
readingTime = true
wordCount = true
hideAuthor = false
useHLJS = true
socialShare = true
delayDisqus = true
showRelatedPosts = true
gcse = false
Lastmod = false
rss = true
pagination = "10"
description="Your can add your website description here."
lunrSearch = true
previewCardImagePlacement = "bottom"
showPostImage = false
[pagination]
pagerSize = 6
[languages]
[languages.en]
LanguageCode = "en"
LanguageName = "English"
weight = 1
title = "Lightbi"
contentDir = "content/en"
[languages.ml]
LanguageCode = "ml"
LanguageName = "Malayalam"
weight = 2
title = "Malayalam Site"
contentDir = "content/ml"
[Params.Author]
name = "Bino Kochumol Varghese"
website = "https://www.binovarghese.com/"
authorInfo = "Give everything for your dreams."
authorPostImage = "/img/author-post-img.jpg"
facebook = "username"
instagram = "username"
youtube = "user/username" # or channel/channelname
twitter = "username"
linkedin = "username"
github = "username"
threads = "username"
gitlab = "username"
reddit = "username"
stackoverflow = "users/XXXXXXX/username"
snapchat = "username"
spotify = "username"
paypal = "username"
telegram = "username"
mastodon = "url"
slack = "username"
#bandcamp = "username"
#itchio = "username"
#vk = "username"
#500px = "username"
#kaggle = "username"
#weibo = "username"
#xing = "username"
#bitbucket = "username"
#soundcloud = "username"
# codepen = "username"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Notes"
url = "/notes/"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 3
[[menu.main]]
name = "Collections"
url = "/collections/"
weight = 4
[[menu.main]]
name = "About"
url = "/about/"
weight = 5