-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhugo.yaml
More file actions
251 lines (217 loc) · 5.09 KB
/
hugo.yaml
File metadata and controls
251 lines (217 loc) · 5.09 KB
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
baseURL: https://pinnotes.github.io/ # pinnotes.github.io
languageCode: en-us
title: PinNotes
module:
imports:
- path: github.com/imfing/hextra
# Parse Git commit
enableGitInfo: false
enableRobotsTXT: true
enableEmoji: true
hasCJKLanguage: true
services:
googleAnalytics:
ID: G-4VREMGGN3N
taxonomies:
tag: tags
category: categories
author: authors
series: series
sitemap:
changefreq: daily
filename: sitemap.xml
priority: 0.5
related:
includeNewer: false
indices:
- applyFilter: false
cardinalityThreshold: 0
name: keywords
pattern: ""
toLower: false
type: basic
weight: 100
- applyFilter: false
cardinalityThreshold: 0
name: date
pattern: ""
toLower: false
type: basic
weight: 10
- applyFilter: false
cardinalityThreshold: 0
name: tags
pattern: ""
toLower: false
type: basic
weight: 80
threshold: 80
toLower: false
outputs:
home: [HTML]
page: [HTML]
section: [HTML, RSS]
markup:
highlight:
noClasses: false
goldmark:
renderer:
unsafe: true
extensions:
passthrough:
delimiters:
block: [['\[', '\]'], ['$$', '$$']]
inline: [['\(', '\)']]
enable: true
enableInlineShortcodes: true
menu:
main:
# - name: Courses
# pageRef: /courses
# weight: 1//////////////////////////////
- name: Exercises
pageRef: /exercises
weight: 3
- name: Notes
pageRef: /notes
weight: 2
- name: IIT
pageRef: /iit-madras
weight: 4
# - name: Assignments
# pageRef: /assignments
# weight: 5
# - name: Examples
# pageRef: /examples
# weight: 6
- name: Blog
pageRef: /blog
weight: 7
- name: Movies
pageRef: /movies
weight: 8
- name: Search
weight: 10
params:
type: search
# - name: GitHub
# weight: 6
# url: "https://github.com/imfing/hextra"
# params:
# icon: youtube
sidebar:
- identifier: more
name: References
params:
type: separator
weight: 1
- identifier: courses
name: "Courses"
url: "/courses"
weight: 2
- identifier: iit-madras
name: "IIT Madras"
url: "/iit-madras"
weight: 3
- identifier: movies
name: "Free Movies"
url: "/movies"
weight: 30
# - identifier: examples
# name: "Examples"
# url: "/examples"
# weight: 4
docs:
- name: "Introduction"
url: "/docs/"
weight: 10
- name: "Getting Started"
url: "/docs/getting-started/"
weight: 20
- name: "Installation"
url: "/docs/installation/"
weight: 30
params:
# description
description: PinNotes is your go-to platform for accessing high-quality academic notes and practice questions across a wide range of subjects. Whether you’re preparing for exams, brushing up on concepts, or seeking targeted revision, PinNotes helps you organize, highlight, and master your studies with ease. With intuitive navigation and a growing library of resources, PinNotes is designed to support students at every stage of their educational journey—making learning efficient, effective, and engaging.
editURL:
enable: false
base: "https://github.com/pinnotes/your-repo/edit/main"
theme:
# light | dark | system
default: system
displayToggle: true
# Display the last modification date
displayUpdatedDate: false
dateFormat: "January 2, 2006"
page:
# full (100%), wide (90rem), normal (1280px)
width: full
highlightCurrentMenuArea: true
smartTOC: true
smartTOCHideUnfocusedChildren: true
# Sidebar
docs:
sidebarTitle: "Documentation"
sidebarIcon: "book"
sidebarIconColor: "#000000"
# navbar
navbar:
displayTitle: false
displayLogo: true
logo:
path: images/favicon.svg # static - images folder
dark: images/favicon-dark.svg
link: /
width: 40
height: 20
footer:
enable: false
displayCopyright: true
displayPoweredBy: false
width: normal
# Search
search:
enable: true
type: flexsearch
flexsearch:
# index page by: content | summary | heading | title
index: content
# ...
flexsearch:
# full | forward | reverse | strict
tokenize: forward
blog:
list:
displayTags: true
# date | lastmod | publishDate | title | weight
sortBy: weight
sortOrder: desc # or "asc"
image: images/git.jpg
article:
displayPagination: false
showRelatedContent: true
relatedContentLimit: 8
courses:
list:
displayTags: true
# date | lastmod | publishDate | title | weight
sortBy: date
sortOrder: desc # or "asc"
image: images/green.jpg
gradientCard: false
notes:
list:
displayTags: true
# date | lastmod | publishDate | title | weight
sortBy: date
sortOrder: desc # or "asc"
highlight:
copy:
enable: true
# hover | always
display: hover
keywords:
- keyword1
- keyword2
- keyword3