Compare commits
3 Commits
1a31d01764
...
4eab0f6870
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4eab0f6870 | ||
![]() |
7410695051 | ||
![]() |
3f96722a53 |
@@ -5,6 +5,15 @@
|
||||
```shell
|
||||
http://git.ppst.top/pp/custom-vitepress-theme-demo
|
||||
```
|
||||
|
||||
## 案例
|
||||
|
||||
[技术随笔](https://blog.web.ppst.top/)
|
||||
|
||||
[css手册](https://css.web.ppst.top/)
|
||||
|
||||
[js手册](https://js.web.ppst.top/)
|
||||
|
||||
## 展示
|
||||

|
||||

|
||||
|
@@ -14,6 +14,6 @@
|
||||
"@types/node": "^18.15.11",
|
||||
"markdown-from-posts": "^1.0.5",
|
||||
"vitepress": "1.0.0-alpha.64",
|
||||
"custom-vitepress-theme": "^0.0.2"
|
||||
"custom-vitepress-theme": "^0.0.3"
|
||||
}
|
||||
}
|
||||
|
1058
demo/pnpm-lock.yaml
generated
1058
demo/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "custom-vitepress-theme",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "自定义vitepress主题",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
@@ -11,7 +11,7 @@ export function getTags(post: Post[]) {
|
||||
})
|
||||
}
|
||||
}
|
||||
// data = [...new Set(data)];
|
||||
data = [...new Set(data)];
|
||||
return data.sort()
|
||||
}
|
||||
export function initTags(post: Post[]) {
|
||||
|
Reference in New Issue
Block a user