chore(*): update theme and doc
parent
13f4ac2a75
commit
114dfd2e19
|
@ -68,29 +68,29 @@ comment:
|
|||
shortname: hexo-theme-icarus
|
||||
# Donation entries
|
||||
# http://ppoffice.github.io/hexo-theme-icarus/categories/Donation/
|
||||
donate:
|
||||
-
|
||||
# Donation entry name
|
||||
type: alipay
|
||||
# Qrcode image URL
|
||||
qrcode: /gallery/donate/alipay.png
|
||||
-
|
||||
# Donation entry name
|
||||
type: wechat
|
||||
# Qrcode image URL
|
||||
qrcode: /gallery/donate/wechat.jpg
|
||||
-
|
||||
# Donation entry name
|
||||
type: paypal
|
||||
# Paypal business ID or email address
|
||||
business: paypal@paypal.com
|
||||
# Currency code
|
||||
currency_code: USD
|
||||
-
|
||||
# Donation entry name
|
||||
type: patreon
|
||||
# URL to the Patreon page
|
||||
url: https://www.patreon.com/
|
||||
# donate:
|
||||
# -
|
||||
# # Donation entry name
|
||||
# type: alipay
|
||||
# # Qrcode image URL
|
||||
# qrcode: /gallery/donate/alipay.png
|
||||
# -
|
||||
# # Donation entry name
|
||||
# type: wechat
|
||||
# # Qrcode image URL
|
||||
# qrcode: /gallery/donate/wechat.jpg
|
||||
# -
|
||||
# # Donation entry name
|
||||
# type: paypal
|
||||
# # Paypal business ID or email address
|
||||
# business: paypal@paypal.com
|
||||
# # Currency code
|
||||
# currency_code: USD
|
||||
# -
|
||||
# # Donation entry name
|
||||
# type: patreon
|
||||
# # URL to the Patreon page
|
||||
# url: https://www.patreon.com/
|
||||
# Share plugin settings
|
||||
# http://ppoffice.github.io/hexo-theme-icarus/categories/Configuration/Share-Plugins
|
||||
share:
|
||||
|
@ -220,6 +220,9 @@ plugins:
|
|||
progressbar: true
|
||||
# Show the copy button in the highlighted code area
|
||||
clipboard: true
|
||||
# BuSuanZi site/page view counter
|
||||
# https://busuanzi.ibruce.info
|
||||
busuanzi: false
|
||||
# CDN provider settings
|
||||
# http://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/speed-up-your-site-with-custom-cdn/
|
||||
providers:
|
||||
|
|
|
@ -34,3 +34,10 @@ plugins:
|
|||
hotjar:
|
||||
site_id: XXXXXX (required)
|
||||
{% endcodeblock %}
|
||||
|
||||
### Busuanzi
|
||||
|
||||
{% codeblock lang:yaml _config.yml %}
|
||||
plugins:
|
||||
busuanzi: true
|
||||
{% endcodeblock %}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9347b9b042ca13192765c127c1ecb4e65e98df32
|
||||
Subproject commit d80f3e4f27fd81c2bdc9c2040eb14ce1bcf0241b
|
Loading…
Reference in New Issue