-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
102 lines (97 loc) · 2.27 KB
/
config.yaml
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
baseURL: https://s0ap.github.io/
languageCode: en-us
title: Vishad Bhalodia
theme: hugo-ivy
googleAnalytics: ""
disqusShortname: ""
ignoreFiles:
[
"\\.Rmd$",
"_files$",
"_cache$",
"\\.Rmarkdown$",
"\\.knit\\.md$",
"\\.utf8\\.md$",
]
preserveTaxonomyNames: true
enableEmoji: true
footnotereturnlinkcontents: ↩
publishDir: docs
taxonomies:
category: "categories"
tag: "tags"
menu:
main:
- name: "Home"
url: "/"
weight: 1
- name: "Course Notes"
url: "/notes/"
weight: 2
- name: "Papers"
url: "/papers/"
weight: 3
- name: "Blog Posts"
url: "/posts/"
weight: 4
- name: "About"
url: "/about/"
weight: 5
- name: "Tags"
url: "/tags/"
weight: 6
params:
description: "Personal blog for Vishad"
footer: "© 2021 Vishad Bhalodia | [LinkedIn](https://www.linkedin.com/in/vishad-bhalodia/) | [Github](https://github.com/s0ap)"
customJS:
- "js/dark.js"
- "js/fix-toc.js"
- "js/center-img.js"
- "js/right-quote.js"
- "js/no-highlight.js"
- "js/fix-footnote.js"
- "js/math-code.js"
- "js/external-link.js"
- "js/copycode.js"
- "js/alt-title.js"
lazyload: "js/lazysizes.min.js"
GithubEdit: "https://github.com/s0ap/s0ap.github.io/edit/master/content/"
GithubView: "https://github.com/s0ap/s0ap.github.io/blob/master/content/"
customError: "images/elevator.gif"
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion: "10.7.2"
highlightjsCDN: "//cdnjs.cloudflare.com/ajax/libs"
highlightjsLang: ["python"]
highlightjsTheme: ""
favicon: "favicon.png"
markup:
defaultMarkdownHandler: goldmark
goldmark:
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
renderer:
hardWraps: false
unsafe: true
xhtml: false
highlight:
codeFences: true
guessSyntax: false
lineNos: true
noClasses: false
lineNumbersInTable: true
style: monokai
tabWidth: 4
parser:
attribute: true
autoHeadingID: true
autoHeadingIDType: github
tableOfContents:
startLevel: 2
endLevel: 6
ordered: true