-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
71 lines (53 loc) Β· 1.26 KB
/
Copy pathconfig.toml
File metadata and controls
71 lines (53 loc) Β· 1.26 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
baseURL = "https://2kabhishek.github.io/blog/"
title = "2KAbhishek Blogs"
copyright = "2KAbhishek"
languageCode = "en"
hasCJKLanguage = true
defaultContentLanguage = "en"
summaryLength = 120
enableRobotsTXT = true
enableEmoji = true
[pagination]
pagerSize = 8
[module]
[[module.imports]]
path = "github.com/2kabhishek/neonote"
[params.author]
name = "2KAbhishek"
email = "iam2kabhishek@gmail.com"
[params]
description = "2KAbhishek's Personal Blog"
keywords = "blog, technology, programming, computer-science, articles, opensource"
style = "dark"
logo = "https://avatars.githubusercontent.com/u/25423853?v=4"
slogan = ""
[mediaTypes]
[mediaTypes."text/toml"]
suffixes = ["toml"]
[outputFormats]
[outputFormats.TOML]
mediaType = "text/toml"
[outputs]
home = ["HTML", "RSS", "TOML"]
[params.assets]
css = ["css/fonts.css", "css/custom.css"]
[params.comments]
enable = true
[markup.goldmark.renderer]
unsafe = true
[params.math]
enable = false
[params.nav]
showCategories = false
showTags = false
[taxonomies]
tag = "tags"
[[params.nav.custom]]
title = "About"
url = "https://2kabhishek.github.io/"
[[params.nav.custom]]
title = "Archives"
url = "/blog/archives"
[[params.nav.custom]]
title = "Tags"
url = "/blog/tags"