初始化

This commit is contained in:
2025-09-21 06:36:45 -04:00
parent 6465c714e0
commit 3029cc0fdf
6 changed files with 11 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
---
title: Demo
createTime: 2025/09/21 06:28:36
permalink: /demo/
---
- [bar](./bar.md)

View File

@@ -1,5 +1,7 @@
---
title: bar
createTime: 2025/09/21 06:28:36
permalink: /demo/gm9ay0kl/
---
[foo](./foo.md)

View File

@@ -1,5 +1,7 @@
---
title: foo
createTime: 2025/09/21 06:28:36
permalink: /demo/e40hs6ai/
---
[bar](./bar.md)

View File

@@ -3,6 +3,8 @@ title: 自定义组件
tags:
- 预览
- 组件
createTime: 2025/09/21 06:28:36
permalink: /article/li1l4mjn/
---
<CustomComponent />

View File

@@ -2,6 +2,8 @@
title: Markdown
tags:
- markdown
createTime: 2025/09/21 06:28:36
permalink: /article/d3jyiymj/
---
## 标题H2

1
start.sh Executable file
View File

@@ -0,0 +1 @@
npm run docs:dev -- --host 0.0.0.0 --port 8888