-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,39 @@ | ||
## R-Plugin 文档分支 | ||
## Detail | ||
|
||
This is a blog theme used vitepress to build. You could [click here](https://visionary-sunflower-dc7ae3.netlify.app/) to see what it looks like. | ||
|
||
## Highlights | ||
|
||
- [x] pagination | ||
- [x] dark mode | ||
- [x] archives | ||
- [x] tags | ||
- [x] content level | ||
- [x] comments | ||
- [x] lastUpdated | ||
- [x] github actions | ||
- [x] mobile + desktop | ||
- [x] RSS | ||
- [x] Local Search | ||
- [x] Math Equation(markdown-it-mathjax3) | ||
- [x] type information with jsdoc on code snippets (by https://shikiji.netlify.app/packages/markdown-it ) | ||
|
||
## Start | ||
|
||
```shell | ||
npx degit clark-cui/vitepress-blog-zaun my-vitepress-blog | ||
cd my-vitepress-blog | ||
pnpm i # If you didn't install pnpm,you can run: npm install -g pnpm | ||
pnpm dev | ||
``` | ||
|
||
If you want to view rss result or use local search in development mode, you should run | ||
|
||
```shell | ||
pnpm run build | ||
pnpm run serve | ||
``` | ||
## Announcement | ||
Due to my busy work, I don't have a lot of time to maintain this theme, and currently it's just an usual dependency upgrade. | ||
This theme is more suitable for developers with experience, you can fork my repository, custom modification. | ||
For users who don't know how to code, you may encounter problems and feel uncomfortable, I'm happy to help, but if I reply to the delay please forgive me. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters