-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
175 lines (138 loc) · 3.67 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
baseURL = 'https://mranand.com/'
languageCode = 'en-us'
title = 'Mr. Ånand'
theme = [ 'PaperMod', 'hugo-shortcodes' ]
paginate = 5
enableInlineShortcodes = true
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
googleAnalytics = "G-V0FWJ50Z7L"
[minify]
disableXML = false
minifyOutput = true
[params]
env = "production"
images = ["https://dynamic-og-image-generator.vercel.app/api/generate?title=Technical+Writer%2C+Developer+Advocate&author=Mr.+%C3%85nand&websiteUrl=mranand.com&avatar=https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F73425223%3Fv%3D4&theme=default"]
ShowShareButtons = true
ShowCodeCopyButtons = true
ShowFullTextinRSS = true
# comments = true
defaultTheme = "auto"
description = "Mr. Ånand: Freelance technical writer and developer advocate. Crafting insightful content on software development and technical writing. Community enthusiast passionate about knowledge sharing and collaboration."
keywords = [ "Mr. Ånand",
"technical writer",
"developer advocate",
"freelance writer",
"software development",
"technical writing",
"content creation",
"community building",
"tech community",
"coding tutorials",
"programming guides",
"software documentation",
"API documentation",
"developer relations",
"tech blogging",
"open source",
"knowledge sharing",
"tech collaboration",
"software engineering",
"developer tools",
"tech mentorship",
"coding best practices",
"software architecture",
"tech communication",
"developer experience"
]
enableEmoji = true
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[[menu.main]]
identifier = "blog"
name = "Blogs"
url = "/blogs/"
weight = 10
[[menu.main]]
identifier = "search"
name = "Search"
url = "/search/"
weight = 20
[[menu.main]]
identifier = "featured"
name = "Featured"
url = "/featured/"
weight = 30
[[menu.main]]
identifier = "gallery"
name = "Gallery"
url = "/gallery/"
weight = 40
[[menu.main]]
identifier = "store"
name = "Store"
url = "https://store.mranand.com/"
weight = 50
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 60
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 70
[params.profileMode]
enabled = true
title = "Mr. Ånand"
subtitle = "Technical Writer✍🏼 | Developer Advocate👨🏼💻"
subtitle1 = "Content & Community"
imageUrl = "https://avatars.githubusercontent.com/u/73425223?s=400&u=7646aa23455271169b820b64afc3e6802ce470cb&v=4"
imageTitle = "Mr. Ånand"
imageWidth = 120
imageHeight = 120
[[params.profileMode.buttons]]
name = "Works"
url = "https://bio.link/astrodevil"
[[params.profileMode.buttons]]
name = "Newsletter"
url = "https://mranand.substack.com"
[[params.profileMode.buttons]]
name = "Collab"
url = "https://passionfroot.me/mranand"
[params.HugoShortcodes.Gumroad]
Host = 'https://astrodevil.gumroad.com'
# Affiliate = '123456789'
[analytics.google]
SiteVerificationTag = "XYZabc"
[analytics.bing]
SiteVerificationTag = "F5A3921E8BDE49E6E1D5718A318B8C2B"
[analytics.yandex]
SiteVerificationTag = "XYZabc"
[[params.socialIcons]]
name = "twitter"
url = "https://mobile.twitter.com/astrodevil_"
[[params.socialIcons]]
name = "medium"
url = "https://astrodevil.medium.com/"
[[params.socialIcons]]
name = "instagram"
url = "https://www.instagram.com/codes.astro/"
[[params.socialIcons]]
name = "github"
url = "https://github.com/Astrodevil"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/amitesh1208/"
[[params.socialIcons]]
name = "RSS"
url = "/index.xml"
[taxonomies]
series = "series"
tags = "tags"
category = "categories"
[markup.goldmark.renderer]
unsafe = true