-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
66 lines (54 loc) · 996 Bytes
/
config.toml
File metadata and controls
66 lines (54 loc) · 996 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
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
baseURL = "https://bbhtt.in/"
languageCode = "en"
defaultContentLanguage = "en"
enableRobotsTXT = false
hasCJKLanguage = false
rssLimit = 20
relativeURLs = true
enableEmoji = true
paginate = 5
enableGitInfo = true
title = "Pixels"
theme = "hugo-notepadium"
copyright = "CC BY-NC-SA 4.0"
[author]
name = "bbhtt"
email = "bbhtt@bbhtt.in"
[markup.highlight]
codeFences = true
noClasses = false
[markup.goldmark.renderer]
unsafe = true
[params]
style = "auto"
dateFormat = "Jan 2, 2006"
logo = ""
slogan = ""
license = ""
fullRss = false
ipv6ready = false
description = 'Pixels'
images = ['og_image.png']
title = 'Pixels'
[params.comments]
enable = false
[params.math]
enable = false
use = "katex"
[params.syntax]
use = "none"
theme = "github"
darkTheme = "dracula"
[params.share]
enable = false
addThisId = ""
inlineToolId = ""
[params.nav]
showCategories = false
showTags = false
[[params.nav.custom]]
title = "Notes"
url = "/notes"
[[params.nav.custom]]
title = "About"
url = "/about"