Skip to content

Commit

Permalink
发布博客,时间:2024/07/26 10:48:08
Browse files Browse the repository at this point in the history
  • Loading branch information
whp98 committed Jul 26, 2024
1 parent 7e1fcbe commit 6f18d3e
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 64 deletions.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ export default {
titleFromFile: true,
// sideBarItemsResolved: SidebarItemFilter,
sideBarItemsResolved: SidebarItemFilter,
})
}),
chunkSplitPlugin()
],
},
head: [
Expand Down
65 changes: 33 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
{
"name": "whp98-blog",
"version": "2.0.0",
"description": "技术凡人工作室",
"main": "index.js",
"repository": "https://github.com/whp98/whp98.github.io.git",
"author": "whp98",
"license": "MIT",
"private": true,
"scripts": {
"docs:dev": "vitepress dev docs --host",
"dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"devDependencies": {
"flexsearch": "0.7.31",
"markdown-it": "13.0.1",
"moment": "2.29.4",
"vite": "4.4.9",
"vitepress": "1.1.0",
"vitepress-plugin-search": "1.0.4-alpha.20",
"vue": "3.3.4"
},
"dependencies": {
"axios": "1.4.0",
"sitemap": "7.1.1",
"vite-plugin-vitepress-auto-index": "1.1.16",
"vite-plugin-vitepress-auto-sidebar-whp98": "^1.5.1"
}
}
{
"name": "whp98-blog",
"version": "2.0.0",
"description": "技术凡人工作室",
"main": "index.js",
"repository": "https://github.com/whp98/whp98.github.io.git",
"author": "whp98",
"license": "MIT",
"private": true,
"scripts": {
"docs:dev": "vitepress dev docs --host",
"dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"devDependencies": {
"flexsearch": "0.7.31",
"markdown-it": "13.0.1",
"moment": "2.29.4",
"vite": "4.4.9",
"vite-plugin-chunk-split": "^0.5.0",
"vitepress": "1.1.0",
"vitepress-plugin-search": "1.0.4-alpha.20",
"vue": "3.3.4"
},
"dependencies": {
"axios": "1.4.0",
"sitemap": "7.1.1",
"vite-plugin-vitepress-auto-index": "1.1.16",
"vite-plugin-vitepress-auto-sidebar-whp98": "^1.5.1"
}
}
96 changes: 65 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f18d3e

Please sign in to comment.