Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zkqiang committed Jan 25, 2024
1 parent 8e4cf69 commit 58c89ae
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
13 changes: 8 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,14 @@ nofollow:
sitemap:
path: sitemap.xml

memorial_day:
# Better to close it when it is not used
enable: false
# Specified date will be greyed
day: 12-13
mourning:
# It's recommended to disable it when not in use
enable: true
# Specify the date(s) to be greyed out. You can set dates in the format yyyy-MM-dd or MM-dd
day:
- 04-04
- 05-12
- 12-13

pandoc:
extensions:
Expand Down
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@
},
"dependencies": {
"hexo": "^7.0.0",
"hexo-filter-mourning": "^1.0.0",
"hexo-filter-nofollow": "^2.0.2",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-sitemap": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-memorial-day": "^0.3.0",
"hexo-renderer-ejs": "^1.0.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-sitemap": "^1.2.0",
"hexo-generator-tag": "^2.0.0",
"hexo-migrator-rss": "^0.1.4",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-pandoc": "^0.3.0",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^2.0.0",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0",
"hexo-tag-echarts": "^1.0.0"
}
}

0 comments on commit 58c89ae

Please sign in to comment.