move cmd to nunjucks & update hexo to 6.0.0
Other changes: * minor fix to the display for code blocks * remove floating when hover on cards * replace the list of tags and categories to the index page one * small change on the title of tags' and categories' pages
This commit is contained in:
parent
4abb723445
commit
781759d545
23 changed files with 440 additions and 547 deletions
|
@ -9,19 +9,18 @@
|
|||
"server": "hexo server"
|
||||
},
|
||||
"hexo": {
|
||||
"version": "5.4.0"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"hexo": "^5.0.0",
|
||||
"hexo": "^6.0.0",
|
||||
"hexo-feed": "^1.1.0",
|
||||
"hexo-generator-archive": "^1.0.0",
|
||||
"hexo-generator-category": "^1.0.0",
|
||||
"hexo-generator-index": "^2.0.0",
|
||||
"hexo-generator-tag": "^1.0.0",
|
||||
"hexo-renderer-ejs": "^1.0.0",
|
||||
"hexo-renderer-ejs": "^2.0.0",
|
||||
"hexo-renderer-marked": "^3.1.0",
|
||||
"hexo-renderer-stylus": "^2.0.0",
|
||||
"hexo-renderer-swig": "^1.1.0",
|
||||
"hexo-server": "^2.0.0",
|
||||
"hexo-tag-steamgame": "^1.0.0",
|
||||
"hexo-theme-landscape": "^0.0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue