Skip to content

Commit ec22c02

Browse files
authored
Update config.toml
1 parent 54c680c commit ec22c02

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

config.toml

+18-18
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
108108
# ["sha256", "sha384", "sha512", "md5"]
109109
fingerprint = ""
110110
# LoveIt NEW | 0.2.0 date format
111-
dateFormat = "2006-01-02"
111+
dateFormat = "02-01-2006"
112112
# website title for Open Graph and Twitter Cards
113113
title = "CircuitCraftLab"
114114
# website description for RSS, SEO, Open Graph and Twitter Cards
@@ -141,7 +141,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
141141
# LoveIt NEW | 0.2.0 Custom content (HTML format is supported)
142142
custom = ''
143143
# LoveIt NEW | 0.2.0 whether to show Hugo and theme info
144-
hugo = true
144+
hugo = false
145145
# LoveIt NEW | 0.2.0 whether to show copyright info
146146
copyright = true
147147
# LoveIt NEW | 0.2.0 whether to show the author
@@ -158,7 +158,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
158158
# special amount of posts in each section page
159159
paginate = 20
160160
# date format (month and day)
161-
dateFormat = "01-02"
161+
dateFormat = "02-01"
162162
# amount of RSS pages
163163
rss = 10
164164

@@ -167,7 +167,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
167167
# special amount of posts in each list page
168168
paginate = 20
169169
# date format (month and day)
170-
dateFormat = "01-02"
170+
dateFormat = "02-01"
171171
# amount of RSS pages
172172
rss = 10
173173

@@ -194,7 +194,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
194194
# max index length of the chunked content
195195
contentLength = 4000
196196
# placeholder of the search bar
197-
placeholder = ""
197+
placeholder = "Input text"
198198
# LoveIt NEW | 0.2.1 max number of results length
199199
maxResultLength = 10
200200
# LoveIt NEW | 0.2.3 snippet length of the result
@@ -323,9 +323,9 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
323323
# LoveIt NEW | 0.2.0 whether to hide a page from search results
324324
hiddenFromSearch = false
325325
# LoveIt NEW | 0.2.0 whether to enable twemoji
326-
twemoji = false
326+
twemoji = true
327327
# whether to enable lightgallery
328-
lightgallery = false
328+
lightgallery = true
329329
# LoveIt NEW | 0.2.0 whether to enable the ruby extended syntax
330330
ruby = true
331331
# LoveIt NEW | 0.2.0 whether to enable the fraction extended syntax
@@ -382,28 +382,28 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
382382
# LoveIt CHANGED | 0.2.0 social share links in post page
383383
[params.page.share]
384384
enable = true
385-
Twitter = false
385+
Twitter = true
386386
Telegram = true
387-
Facebook = false
388-
Linkedin = false
389-
Whatsapp = false
390-
Pinterest = false
387+
Facebook = true
388+
Linkedin = true
389+
Whatsapp = true
390+
Pinterest = true
391391
Tumblr = false
392392
HackerNews = false
393-
Reddit = false
393+
Reddit = true
394394
VK = true
395395
Buffer = false
396396
Xing = false
397397
Line = false
398398
Instapaper = false
399399
Pocket = false
400400
Flipboard = false
401-
Weibo = false
402-
Blogger = false
403-
Baidu = false
404-
Odnoklassniki = false
401+
Weibo = true
402+
Blogger = true
403+
Baidu = true
404+
Odnoklassniki = true
405405
Evernote = false
406-
Skype = false
406+
Skype = true
407407
Trello = false
408408
Mix = false
409409
# LoveIt CHANGED | 0.2.0 Comment config

0 commit comments

Comments
 (0)