forked from 2KAbhishek/neonote
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-config.toml
More file actions
117 lines (96 loc) 路 2.46 KB
/
Copy pathexample-config.toml
File metadata and controls
117 lines (96 loc) 路 2.46 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
baseURL = "https://2kabhishek.github.io/blog/"
title = "2KAbhishek Blogs"
copyright = "漏2022 2KAbhishek"
languageCode = "en"
hasCJKLanguage = true
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 7 # number of articles per page
enableEmoji = true
# Enable Disqus
#disqusShortname = "XXX"
# Google Analytics
#googleAnalytics = "UA-123-45"
[module]
[[module.imports]]
path = "github.com/2kabhishek/neonote"
[author]
name = "2KAbhishek"
email = "iam2kabhishek@gmail.com"
[params]
author = "2KAbhishek"
description = "2KAbhishek Blogs"
style = "auto" # auto, light, dark
logo = "https://avatars.githubusercontent.com/u/25423853?v=4"
slogan = ""
# Declare custom css here
[params.assets]
css = ["css/fonts.css", "css/custom.css"]
[params.comments]
enable = false # En/Disable comments, You can also enable comments on per page.
[params.math]
enable = false # Load math globally, You can also enable math on per page.
use = "katex" # builtin: "katex", "mathjax". default: "katex"
[params.nav]
showCategories = false
showTags = false
# You can add taxonomies here, then link new pages in [[params.nav.custom]]
[taxonomies]
category = "categories"
tag = "tags"
[[params.nav.custom]]
title = "Index"
url = "/"
[[params.nav.custom]]
title = "Tags"
url = "/tags/"
[[params.nav.custom]]
title = "Archives"
url = "/archives/"
[[params.nav.custom]]
title = "About"
url = "/about/"
# Chroma highlight
[markup.highlight]
codeFences = true
guessSyntax = true
noClasses = true
style = "dracula"
[markup.goldmark.renderer]
unsafe = true #enable raw HTML in Markdown
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[permalinks]
post = "/:year/:month/:title/"
[minify]
# Deploy with --minify command to minify assets
disableCSS = false
disableHTML = false
disableJS = false
disableJSON = false
disableSVG = false
disableXML = false
minifyOutput = true
[minify.tdewolff]
[minify.tdewolff.css]
keepCSS2 = true
precision = 1
[minify.tdewolff.html]
keepComments = false
keepConditionalComments = true
keepDefaultAttrVals = true
keepDocumentTags = true
keepEndTags = true
keepQuotes = false
keepWhitespace = false
[minify.tdewolff.js]
keepVarNames = false
precision = 1
[minify.tdewolff.json]
precision = 0
[minify.tdewolff.svg]
precision = 1
[minify.tdewolff.xml]
keepWhitespace = false