Skip to content

Commit

Permalink
local plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
brux committed Apr 11, 2024
1 parent 497861c commit 714c39b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.0.0",
"private": true,
"hexo": {
"version": "7.1.1"
"version": "7.0.0"
},
"dependencies": {
"@next-theme/plugins": "^8.19.2",
"@waline/hexo-next": "^3.0.1",
"hexo": "^7.1.1",
"hexo": "^7.0.0",
"hexo-abbrlink": "^2.2.1",
"hexo-baidu-url-submit": "0.0.6",
"hexo-blog-encrypt": "^3.1.9",
Expand All @@ -33,7 +33,7 @@
"hexo-renderer-stylus": "^3.0.1",
"hexo-server": "^3.0.0",
"hexo-symbols-count-time": "^0.7.1",
"hexo-util": "^3.3.0",
"hexo-util": "^3.0.0",
"hexo-wordcount": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion themes/next/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ codeblock:
# All available themes: https://theme-next.js.org/highlight/
theme:
light: default
dark: tomorrow-night
dark: tomorrow-night-bright
prism:
light: prism
dark: prism-dark
Expand Down

0 comments on commit 714c39b

Please sign in to comment.