Skip to content

Commit

Permalink
feat #12 博客渲染框架-使用vite-plugin-ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 6, 2023
1 parent 9855d08 commit 8730572
Show file tree
Hide file tree
Showing 17 changed files with 2,003 additions and 2,289 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

- 同时搞定主题与预览,安装了 zhi 主题相当于额外安装了一个插件系统,一个在线博客

博客主页:http://127.0.0.1:6806/appearance/themes/zhi/dist/pages/
博客主页:http://127.0.0.1:6806/appearance/themes/zhi/dist/

挂件版博客管理与发布主页:http://127.0.0.1:6806/widgets/sy-post-publisher/blog/?from=siyuanNewWin

Expand Down
File renamed without changes.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
"build:plugin:zhi-demo-plugin": "python script/zhi-demo-plugin.py",
"build:plugin:zhi-picture-plugin": "python script/zhi-picture-plugin.py",
"build:plugin:zhi-publisher-plugin": "python script/zhi-publisher-plugin.py",
"preview": "vite preview",
"preview": "pnpm build:esm && vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"new": "python script/version.py 1.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"antd": "^5.2.3",
"compare-versions": "6.0.0-rc.1",
"loglevel": "^1.8.1",
Expand All @@ -36,7 +35,6 @@
"stylus": "^0.59.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-stylus-alias": "^1.1.2",
"vitest": "^0.29.2"
},
"files": [
Expand Down
22 changes: 0 additions & 22 deletions pnpm-lock.yaml

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

34 changes: 0 additions & 34 deletions public/fonts/jb-mono.css

This file was deleted.

Loading

0 comments on commit 8730572

Please sign in to comment.