diff --git a/test.md b/test.md new file mode 100644 index 0000000..4092d8a --- /dev/null +++ b/test.md @@ -0,0 +1,14 @@ +--- +{ + id: 001, + title: "标题001", + description: "这是一个测试文档", + created_at: "2023-10-01", + published_at: "2023-10-02", + updated_at: [ "2023-10-03","2023-10-04" ], + tags: [ "测试", "文档" ], + draft: false +} +--- +# 测试文档 +这是一个测试文档的内容。 \ No newline at end of file diff --git a/test/test.md b/test/test.md new file mode 100644 index 0000000..6363de1 --- /dev/null +++ b/test/test.md @@ -0,0 +1,19 @@ +--- +{ + id: 002, + title: "标题002", + description: "这是一个测试文档", + created_at: "2023-10-01", + published_at: "2023-10-02", + updated_at: [ "2023-10-03","2023-10-04" ], + tags: [ "测试", "文档" ], + draft: false, + tech_stack: [ "Vue.js","ASP.Net Core","SQL Like" ], + tech_stack_percent: [ 12,60,15 ], + tech_stack_icon_names: [ "mdi:vuejs","mdi:language-csharp", "tabler:brand-mysql" ], + tech_stack_theme_colors: [ "#41b883", "#a179dc", "#054e63" ], +} +--- +# 测试文档 +这是一个测试文档的内容。222 +## 不使用Map的原因是 Nuxt Content 对键的不正确转义 \ No newline at end of file