Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed May 26, 2024
1 parent da9324e commit fe47616
Show file tree
Hide file tree
Showing 6 changed files with 731 additions and 995 deletions.
33 changes: 33 additions & 0 deletions docs/en/guide/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# User's Guidance

::: warning [hexo-theme-yun](https://github.com/YunYouJun/hexo-theme-yun) 已进入维护模式,不再添加新功能。

[Valaxy](https://github.com/YunYouJun/valaxy)[valaxy-theme-yun](https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun) 将成为它的继任者。

---

如果您是新手,我更推荐你直接尝试 [Valaxy - 静态博客框架](https://valaxy.site)

- 它从更底层上解决了 Hexo 目前存在的一些问题与不足,也会是我之后着重维护更新的项目。
- valaxy-theme-yun 已经实现 hexo-theme-yun 的几乎所有功能,此外它的热更新开发体验绝对值得您一试!

---

如果您已经是 hexo-theme-yun 的使用者:

- Valaxy 提供了 [valaxy-theme-yun](https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun) 主题以供迁移。(您也可以稍作等待,我们会继续修复细节,并优化迁移体验。)
- 如果您不想要迁移,hexo-theme-yun 会保持项目的维护,但不会再添加新功能或非缺陷型修复。

:::

::: warning [hexo-theme-yun](https://github.com/YunYouJun/hexo-theme-yun) is in maintenance mode and no longer adding new features.

[Valaxy](https://github.com/YunYouJun/valaxy) and [valaxy-theme-yun](https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun) will be its successors.

---

If you are a beginner, I recommend you to try [Valaxy - Static Blog Framework](https://valaxy.site).

- It solves some of the problems and shortcomings of Hexo from a lower level, and will be the project I will focus on maintaining and updating later.
- valaxy-theme-yun has almost all the features of hexo-theme-yun, and its hot update development experience is definitely worth a try!

:::

This is a Hexo theme. Please make sure you acknowledge the basic usage of Hexo.

You can also refer to the newbie tutorial I wrote [Tutorial on how to build your website from scratch-Yunyoujun's small station](https://www.yunyoujun.cn/share/how-to-build-your-site/).
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
如果您已经是 hexo-theme-yun 的使用者:

- Valaxy 提供了 [valaxy-theme-yun](https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun) 主题以供迁移。(您也可以稍作等待,我们会继续修复细节,并优化迁移体验。)
- 如果您不想要迁移,hexo-theme-yun 会保持项目的维护和 BUG 修复,但不会再添加新功能或做大的变更
- 如果您不想要迁移,hexo-theme-yun 会保持项目的维护和 BUG 修复,但不会再添加新功能或非缺陷型修复

:::

Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"devDependencies": {
"@vueuse/core": "^10.9.0",
"sass": "^1.76.0",
"unocss": "^0.59.4",
"sass": "^1.77.2",
"unocss": "^0.60.3",
"unplugin-vue-components": "^0.27.0",
"vitepress": "1.1.4"
"vitepress": "1.2.2"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hexo-theme-yun/monorepo",
"type": "module",
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.2",
"description": "☁️ A fast & light & lovely theme for Hexo.",
"author": "YunYouJun <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -39,17 +39,17 @@
"release": "bumpp packages/hexo-theme-yun/package.json --commit --push --tag"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"@types/node": "^20.12.8",
"@antfu/eslint-config": "^2.18.1",
"@types/node": "^20.12.12",
"bumpp": "^9.4.1",
"cross-env": "^7.0.3",
"eslint": "^9.1.1",
"eslint": "^9.3.0",
"esno": "~4.7.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"zx": "^7.2.3"
"zx": "^8.1.1"
},
"lint-staged": {
"sites.json": "npm run generate:demo-sites"
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-yun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^5.1.0",
"sass": "^1.76.0"
"sass": "^1.77.2"
}
}
Loading

0 comments on commit fe47616

Please sign in to comment.