-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
41 lines (34 loc) · 800 Bytes
/
hugo.toml
File metadata and controls
41 lines (34 loc) · 800 Bytes
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
baseURL = 'https://nilaykumar.github.io/'
languageCode = 'en-us'
title = 'odds & ends'
assetDir = 'static/'
refLinksErrorLevel = 'warning'
refLinksNotFoundURL = '/404.html'
[params]
custom_css = ["css/stylesheet.css"]
math_js = ["js/tex-chtml-full.js"]
xy_js = ["js/xyjax/xypic.js"]
xypic_path = 'js/xyjax'
[markup.goldmark.renderer]
unsafe = true
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
noHl = false
style = 'modus-vivendi'
#style = 'catppuccin-frappe'
# tabWidth = 4
[taxonomies]
tag = 'tags'
[caches]
[caches.images]
dir = ':cacheDir/images'