-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbk_config.toml
171 lines (136 loc) ยท 3.45 KB
/
bk_config.toml
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
baseurl = "https://ashish.one/"
languageCode = "en-us"
title = "ashish.one"
theme = "paperMod"
publishDir = "docs"
googleAnalytics = "UA-149424518-1"
enableEmoji = true
enableGitInfo = true
enableRobotsTXT = true
canonifyURLs = true
paginate = 5
[Taxonomies]
tag = "tags"
category = "categories"
series = "series"
[minify]
disableXML = true
minifyOutput = true
[params]
env = "production"
mainSections = ["post"]
author = "Ashish Tiwari"
title = "ashish.one"
keyword = ["Blogs", "Gists"]
images = ["https://www.gravatar.com/avatar/dcb52889deff3e5017a18de40c57add8?s=200"]
DateFormat = "January 2, 2006"
defaultTheme = "dark"
disableThemeToggle = false
ShowFullTextinRSS = true
ShowReadingTime = true
ShowShareButtons = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
disableSpecial1stPost = false
disableScrollToTop = false
comments = true
hidemeta = false
hideSummary = false
showtoc = true
tocopen = true
copyright = "ashish"
since = "2019"
highlightjs = true
highlightjsstyle = "github"
UtterancesRepo = "ashishtiwari1993/ashish.one"
UtterancesIssueTerm = "title"
UtterancesTheme = "github-light"
toc = "tocbot"
[params.social]
gravatar = "atashish171@gmail.com"
twitter = "_ashish_tiwari"
github = "ashishtiwari1993"
linkedin = "ashish-tiwari-a40a012b"
[params.assets]
favicon = "favicon.png"
favicon16x16 = "favicon.png"
favicon32x32 = "favicon.png"
apple_touch_icon = "favicon.png"
safari_pinned_tab = "favicon.png"
[params.label]
text = "Ashish Tiwari"
iconHeight = 35
[params.profileMode]
enabled = false
imageUrl = "https://www.gravatar.com/avatar/dcb52889deff3e5017a18de40c57add8?s=200"
[params.homeInfoParams]
Title = "Bio \U0001F44B"
Content = """
๐ Hi, Iโm Ashish
๐ฎ๐ณ From India
๐งโ๐ผ Developer Advocate, Elastic
๐งโ๐ป Developer, Coder, Programmer, Tech
๐งโ๐คโ๐ง Community lover, Speaker, Open source guy
"""
[params.cover]
linkFullImages = false
hiddenInList = false
hiddenInSingle = false
responsiveImages = true
[params.editPost]
URL = "https://github.com/ashishtiwari1993/ashish.one/tree/master/content"
Text = "Suggest Changes" # edit text
appendFilePath = true # to append file path to Edit link
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1000
threshold = 0.4
minMatchCharLength = 0
keys = ["title", "permalink", "summary", "content"]
[[params.socialIcons]]
name = "twitter"
url = "https://twitter.com/_ashish_tiwari"
[[params.socialIcons]]
name = "github"
url = "https://github.com/ashishtiwari1993"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/ashishtiwari93/"
[[params.socialIcons]]
name = "stackoverflow"
url = "https://stackoverflow.com/users/6438430/ashish-tiwari"
[[params.socialIcons]]
name = "RSS"
url = "index.xml"
[outputs]
home = ["HTML", "RSS", "JSON"]
[menu]
[[menu.main]]
identifier = "About"
name = "About me"
url = "/about/"
weight = -100
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = -96
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = -95
[[menu.main]]
name = "Talks"
url = "/talks/"
weight = -94
[[menu.main]]
name = "Search"
url = "/search/"
weight = -92
[[menu.main]]
identifier = "Archives"
name = "Archives"
url = "/archives/"
weight = -90