-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
152 lines (130 loc) · 3.9 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
baseURL = "https://harshanu.space/"
languageCode = "en-us"
title = "Harshanu"
theme = "blist"
enableRobotsTXT = true
googleAnalytics = "G-DBFGKP1J5P"
## this is for disqus
disqusShortname = "harshanu-space"
DefaultContentLanguage = "en"
DefaultContentLanguageInSubdir = true
[languages]
[languages.en]
contentDir = "content/en" #English
weight = 1
languageName = "English"
[languages.en.params]
introTitle = "Tech Trekkers: Adventures in Technology, Travel, and the Outdoors"
introSubtitle = "A couple who loves to explore the world, both virtually and physically, through technology."
introPhoto = "/harshanu.JPG"
#logo = "/blist-logo.png"
[[languages.en.menu.main]]
name = "Tech"
url = "tech"
weight = 1
[[languages.en.menu.main]]
name = "Blog"
url = "blog"
weight = 2
[[languages.en.menu.main]]
name = "About"
url = "page/about/"
weight = 3
[[languages.en.menu.main]]
name = "Tags"
url = "tags"
weight = 4
[[languages.en.menu.main]]
name = "Top Post"
url = "/en/blog/marriage/"
weight = 4
[languages.de]
contentDir = "content/de" # Deutsch
weight = 2
languageName = "Deutsch"
title = "Harshanu"
description = "Modernes Blog-Theme für Ihre Hugo-Site."
[languages.de.params]
introTitle = "Tech Trekkers: Abenteuer in Technologie, Reisen und in der Natur"
introSubtitle = "Ein Paar, das es liebt, die Welt mithilfe von Technologie sowohl virtuell als auch physisch zu erkunden."
introPhoto = "/harshanu.JPG"
#logo = "/blist-logo-de.png"
[[languages.de.menu.main]]
name = "Tech"
url = "tech"
weight = 1
[[languages.de.menu.main]]
name = "Blog"
url = "blog"
weight = 2
[[languages.de.menu.main]]
name = "Über uns"
url = "page/about/"
weight = 3
[[languages.de.menu.main]]
name = "Tags"
url = "tags"
weight = 4
[[languages.de.menu.main]]
name = "Top Post"
url = "/de/blog/marriage/"
weight = 5
[params]
# Enable the darkmode toggle in header
darkModeToggle = true
# Enable search in header
enableSearch = true
# Custom copyright - optional
copyright = "Copyright © 2022 - Harshanu · All rights reserved"
favicon = "/favicon.svg"
# Color for the intro details and social links block, not applicable for dark mode
# Supported values: Any color from TailwindCSS default colors
# Reference: https://tailwindcss.com/docs/customizing-colors
ascentColor = "bg-blue-100"
# The page bundle that is shown on the front page
frontBundle = "blog"
[params.homepage.social]
# Global params xommon for both languages
title = "Follow us"
description = "We share photos, videos, and stories from our travels, hikes, and cycling trips. Follow us to see where we're going next!"
twitter = "https://twitter.com/harshavmb/"
linkedin = "https://www.linkedin.com/in/harshavardhan-musanalli-9b160b23/"
github = "https://github.com/harshavmb/"
instagram = "https://instagram.com/harshavmb/"
[[menu.main]]
name = "About"
url = "/about"
[build]
writeStats = true
[outputs]
home = ["HTML", "RSS", "JSON"]
# syntax highlight settings
[markup]
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
# Enable to include inline HTML
unsafe = true
## for google analytics and privacy
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = false
disable = true
respectDoNotTrack = false
useSessionStorage = false
[privacy.instagram]
disable = true
simple = false
[privacy.twitter]
disable = true
enableDNT = false
simple = false
[privacy.vimeo]
disable = true
enableDNT = false
simple = false
[privacy.youtube]
disable = true
privacyEnhanced = false