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