Test 🚀️
详情
module.exports = {
}
1
2
3
2
3
建博客的一个小坑:
---
这里的三条横杆里怎么插入内容作为一个块?
打三条横杆然后直接跟着写上内容即可,不要换行或打空格 -> ---content
---
1
2
3
4
2
3
4
{ "title": "Test", "frontmatter": { "title": "Test", "date": "2022-01-01T00:00:00.000Z", "author": "Aavin", "tags": [ "test" ], "publish": false, "isShowComments": true }, "regularPath": "/pages/test.html", "relativePath": "pages/test.md", "key": "v-52fe59c4", "path": "/pages/test.html", "lastUpdated": "Tue May 17 2022 11:01:03 GMT+0800", "lastUpdatedTimestamp": 1652756463000 }
2