confing butterfly theme
This commit is contained in:
@@ -488,6 +488,11 @@ search:
|
||||
top_n_per_article: 1
|
||||
# Unescape html strings to the readable one.
|
||||
unescape: false
|
||||
# Enable pagination for search results
|
||||
pagination:
|
||||
enable: false
|
||||
# Number of search results per page
|
||||
hitsPerPage: 8
|
||||
CDN:
|
||||
|
||||
# Docsearch
|
||||
@@ -510,12 +515,12 @@ share:
|
||||
# Share.js
|
||||
# https://github.com/overtrue/share.js
|
||||
sharejs:
|
||||
sites: facebook,twitter,wechat,weibo,qq
|
||||
sites: facebook,x,wechat,weibo,qq
|
||||
|
||||
# AddToAny
|
||||
# https://www.addtoany.com/
|
||||
addtoany:
|
||||
item: facebook,twitter,wechat,sina_weibo,facebook_messenger,email,copy_link
|
||||
item: facebook,x,wechat,sina_weibo,facebook_messenger,email,copy_link
|
||||
|
||||
# --------------------------------------
|
||||
# Comments System
|
||||
@@ -694,6 +699,7 @@ umami_analytics:
|
||||
enable: false
|
||||
# For self-hosted setups, configure the hostname of the Umami instance
|
||||
serverURL:
|
||||
script_name: script.js
|
||||
website_id:
|
||||
option:
|
||||
UV_PV:
|
||||
@@ -1033,7 +1039,11 @@ Open_Graph_meta:
|
||||
|
||||
# Structured Data
|
||||
# https://developers.google.com/search/docs/guides/intro-structured-data
|
||||
structured_data: true
|
||||
structured_data:
|
||||
enable: false
|
||||
# Alternate name for the site, used in structured data
|
||||
# Format: ['name1', 'name2']
|
||||
alternate_name:
|
||||
|
||||
# Add the vendor prefixes to ensure compatibility
|
||||
css_prefix: true
|
||||
@@ -1057,7 +1067,7 @@ CDN:
|
||||
third_party_provider: jsdelivr
|
||||
|
||||
# Add version number to url, true or false
|
||||
version: false
|
||||
version: true
|
||||
|
||||
# Custom format
|
||||
# For example: https://cdn.staticfile.org/${cdnjs_name}/${version}/${min_cdnjs_file}
|
||||
@@ -1093,7 +1103,6 @@ CDN:
|
||||
# gitalk_css:
|
||||
# giscus:
|
||||
# instantpage:
|
||||
# instantsearch:
|
||||
# katex:
|
||||
# katex_copytex:
|
||||
# lazyload:
|
||||
|
||||
Reference in New Issue
Block a user