-
Notifications
You must be signed in to change notification settings - Fork 58
/
config.yml
181 lines (158 loc) · 5.17 KB
/
config.yml
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
176
177
178
179
180
181
baseURL: https://navendu.me/
languageCode: en-us
title: "Navendu Pottekkat - The Open Source Absolutist"
theme: ["PaperMod", "plausible-hugo"]
# paginate: 200000 # removed pagination so this is redundant
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableGitInfo: true
# googleAnalytics: G-VC68GQDE93
# disqusShortname: navendu
minify:
disableXML: true
minifyOutput: true
taxonomies:
category: categories
series: series
tag: tags
related:
includeNewer: true
indices:
- name: categories
weight: 40
- name: tags
weight: 60
threshold: 90
toLower: false
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: "Navendu Pottekkat"
description: "\"The Open Source Absolutist\" is Navendu Pottekkat's personal blog, where he mostly writes about his work and life as an open source contributor/maintainer and an amateur policy analyst."
keywords: ["navendu pottekkat", "personal blog", "the open source absolutist"]
author: "Navendu Pottekkat"
DateFormat: "January 2, 2006"
defaultTheme: "dark" # dark, light, auto
disableThemeToggle: false
showStupid: true
label:
icon: "/logo.png"
iconHeight: "20px"
mainSections: ['posts']
dailySections: ['dailies']
newsletterSections: ['newsletters']
mermaid:
theme: "dark"
align: "center"
plausible:
enable: true
domain: "navendu.me"
proxy_netlify: true
outbound_link: true
gitstar: false
ShowReadingTime: true
ShowLastMod: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowWordCount: false
ShowRssButtonInSectionTermList: true
ShowRssButtonInHome: true
UseHugoToc: false
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
images: ["images/preview.png","Navendu Pottekkat", "https://navendu.me/"]
# home-info mode
homeInfoParams:
Title: "The Open Source Absolutist"
Content:
Intro: I’m Navendu, and welcome to "The Open Source Absolutist," aka my brain dump.
About: I mostly write about my work and life as an open source contributor/maintainer and an amateur [policy analyst](/categories/public-policy/) ([what am I doing now?](/now/)).
Action: If you're here for the first time, try my [featured posts](/categories/featured/) or learn more [about me](/about). Make sure to subscribe via [email](/subscribe) or [RSS](/index.xml) to get regular updates.
subscribeInfo:
Text: If you liked this post, check out my [featured posts](/categories/featured) or learn more [about me](/about).
socialIcons:
- name: email
url: "mailto:[email protected]"
# - name: telegram
# url: "https://t.me/MayTheSourceBeWithYou"
- name: github
url: "https://github.com/pottekkat"
- name: linkedin
url: "https://www.linkedin.com/in/realPottekkat/"
# - name: medium
# url: "https://medium.com/@pottekkat"
# - name: stackoverflow
# url: "https://stackoverflow.com/users/12424846/navendu-pottekkat"
- name: twitter
url: "https://twitter.com/realPottekkat"
- name: mastodon
url: "https://floss.social/@pottekkat"
# - name: facebook
# url: "https://www.facebook.com/realPottekkat/"
# - name: instagram
# url: "https://www.instagram.com/realPottekkat/"
- name: youtube
url: "https://youtube.com/@realPottekkat"
# - name: goodreads
# url: "https://www.goodreads.com/user/show/83926433-navendu-pottekkat"
# - name: rss
# url: /index.xml
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: false # hide on single page
editPost:
URL: "https://github.com/pottekkat/personal-website/blob/hugo/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.1
minMatchCharLength: 0
limit: 5
keys: ["title", "permalink", "summary", "content", "categories"]
assets:
disableHLJS: true
menu:
main:
- identifier: archives
name: Archives
url: /archives/
weight: 20
- identifier: categories
name: Categories
url: /categories/
weight: 30
# - identifier: daily
# name: Daily
# url: /dailies/
# weight: 40
- identifier: about
name: About
url: /about/
weight: 50
- identifier: subscribe
name: Subscribe
url: /subscribe/
weight: 60
outputs:
home:
- HTML
- RSS
- JSON # is necessary
markup:
highlight:
noClasses: false