Skip to content

Commit

Permalink
update functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Petalzu committed Apr 24, 2024
1 parent 766e561 commit 3cf108a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
12 changes: 6 additions & 6 deletions _config.icarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ head:
# E.g., name=theme-color;content=#123456 => <meta name="theme-color" content="#123456">
- ''
# URL or path to the website's RSS atom.xml
rss:
rss: https://lzuoss.github.io/sitemap.xml
# Page top navigation bar configurations
navbar:
# Navigation menu items
Expand Down Expand Up @@ -211,9 +211,8 @@ search:
# qrcode: ''
# Share plugin configurations
# https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Share/
#暂时关闭分享
#share:
# type: sharethis
share:
type: addtoany
# URL to the ShareThis share plugin script
# install_url: ''
# Sidebar configurations.
Expand Down Expand Up @@ -360,7 +359,7 @@ plugins:
tracking_id:
# BuSuanZi site/page view counter
# https://busuanzi.ibruce.info
busuanzi: false
busuanzi: true
# CNZZ statistics
# https://www.umeng.com/web
cnzz:
Expand Down Expand Up @@ -416,12 +415,13 @@ plugins:
twitter_conversion_tracking:
# Twitter Pixel ID
pixel_id:

# CDN provider settings
# https://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/speed-up-your-site-with-custom-cdn/
providers:
# Name or URL template of the JavaScript and/or stylesheet CDN provider
cdn: jsdelivr
# Name or URL template of the webfont CDN provider
fontcdn: google
fontcdn: ustc
# Name or URL of the fontawesome icon font CDN provider
iconcdn: fontawesome
7 changes: 7 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@ pagination_dir: page
theme: icarus
deploy:
type: ''

feed:
type: rss2
path: sitemap.xml
limit: 20
hub:
content: false
2 changes: 1 addition & 1 deletion db.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"hexo": "^6.3.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-tag": "^2.0.0",
"hexo-renderer-ejs": "^2.0.0",
Expand Down

0 comments on commit 3cf108a

Please sign in to comment.