Skip to content

Commit

Permalink
docs: add valaxy tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Feb 21, 2024
1 parent 973eb2f commit 170b19c
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 195 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# hexo-theme-yun will be in maintenance mode, more info see [#260](https://github.com/YunYouJun/hexo-theme-yun/discussions/260).

## I'm developing [valaxy](https://github.com/YunYouJun/valaxy) and [valaxy-theme-yun](https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun) as the successor of hexo-theme-yun. It has almost done everything and has better code highlighting and other hot update experiences.

<p align="center">
<img width="128" src="docs/public/logo.gif">
</p>
Expand All @@ -16,10 +20,6 @@

> A light & fast & lovely hexo theme.
#### hexo-theme-yun will be in maintenance mode, more info see [#260](https://github.com/YunYouJun/hexo-theme-yun/discussions/260).

I'm developing [valaxy](https://github.com/YunYouJun/valaxy) and [valaxy-theme-yun](https://github.com/YunYouJun/valaxy/tree/main/packages/valaxy-theme-yun) as the successor of hexo-theme-yun, hope they don't disappoint you.

[![Docs](https://github.com/YunYouJun/hexo-theme-yun/workflows/trigger/badge.svg)](https://yun.yunyoujun.cn)
[![GitHub package.json dependency version (subfolder of monorepo)](https://img.shields.io/github/package-json/dependency-version/YunYouJun/hexo-theme-yun/dev/hexo?filename=demo%2Fpackage.json&logo=hexo)](https://hexo.io)
[![npm](https://img.shields.io/npm/v/hexo-theme-yun)](https://www.npmjs.com/package/hexo-theme-yun)
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"server": "hexo server"
},
"devDependencies": {
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"hexo": "6.3.0",
"hexo-browsersync": "^0.3.0",
"hexo-generator-archive": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"dev": "vitepress dev . --host"
},
"dependencies": {
"@iconify-json/ri": "^1.1.12",
"@iconify-json/ri": "^1.1.19",
"dayjs": "^1.11.10"
},
"devDependencies": {
"@vueuse/core": "^10.4.1",
"sass": "^1.68.0",
"@vueuse/core": "^10.8.0",
"sass": "^1.71.1",
"unocss": "^0.56.5",
"unplugin-vue-components": "^0.25.2",
"vitepress": "1.0.0-rc.20"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hexo-theme-yun/monorepo",
"private": true,
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.15.3",
"description": "☁️ A fast & light & lovely theme for Hexo.",
"keywords": [
"hexo",
Expand Down Expand Up @@ -39,10 +39,10 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@types/node": "^20.8.2",
"bumpp": "^9.2.0",
"@types/node": "^20.11.19",
"bumpp": "^9.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.50.0",
"eslint": "^8.56.0",
"esno": "~0.17.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
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": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^5.1.0",
"sass": "^1.68.0"
"sass": "^1.71.1"
}
}
Loading

0 comments on commit 170b19c

Please sign in to comment.