初始化项目:创建 VuePress Plume 网站

This commit is contained in:
root
2025-09-21 06:30:20 -04:00
commit 6465c714e0
21 changed files with 8073 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
title: Demo
---
- [bar](./bar.md)
- [foo](./foo.md)

5
docs/notes/demo/bar.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: bar
---
[foo](./foo.md)

5
docs/notes/demo/foo.md Normal file
View File

@@ -0,0 +1,5 @@
---
title: foo
---
[bar](./bar.md)