1
0
Fork 0

blog 2021 final update

* a post about it
* new: steam, wikipedia tags
* new: enable post asset folders and automatically used as the post root
This commit is contained in:
thisLight 2021-12-30 23:35:26 +08:00
parent 626d5b7bd0
commit 4abb723445
6 changed files with 160 additions and 7 deletions

View file

@ -13,18 +13,18 @@
},
"dependencies": {
"hexo": "^5.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-marked": "^3.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"
},
"devDependencies": {
"hexo-feed": "^1.1.0"
}
"devDependencies": {}
}