three.md
Results
Theme Data
{
"siteTitle": "HK意境",
"logo": "/logo/logo.png",
"smoothScroll": true,
"nav": [
{
"text": "首页",
"link": "/"
},
{
"text": "文章",
"link": "/document/guild/one"
},
{
"text": "归档",
"items": [
{
"text": "分类",
"link": "/pages/categories"
},
{
"text": "标签",
"link": "/pages/tags"
},
{
"text": "归档",
"link": "/pages/archives"
}
]
},
{
"text": "项目",
"link": "/pages/projects"
},
{
"text": "指南",
"items": [
{
"text": "汇总",
"link": "/item-1"
},
{
"text": "Item B",
"link": "/item-2"
},
{
"text": "Item C",
"link": "/document/guild/index.md"
}
]
},
{
"text": "关于",
"link": "/pages/about"
}
],
"sidebar": [
{
"text": "api-examples",
"link": "/document/api-examples"
},
{
"text": "frontmatter配置",
"link": "/document/frontmatter配置"
},
{
"text": "guild",
"collapsible": true,
"collapsed": true,
"items": [
{
"text": "index",
"link": "/document/guild/index"
},
{
"text": "java",
"collapsible": true,
"collapsed": true,
"items": [
{
"text": "JVM虚拟机",
"collapsible": true,
"collapsed": true,
"items": [
{
"text": "index",
"link": "/document/guild/java/JVM虚拟机/index"
},
{
"text": "one",
"link": "/document/guild/java/JVM虚拟机/one"
},
{
"text": "three",
"link": "/document/guild/java/JVM虚拟机/three"
},
{
"text": "two",
"link": "/document/guild/java/JVM虚拟机/two"
}
]
},
{
"text": "index",
"link": "/document/guild/java/index"
},
{
"text": "one",
"link": "/document/guild/java/one"
},
{
"text": "three",
"link": "/document/guild/java/three"
},
{
"text": "two",
"link": "/document/guild/java/two"
}
]
},
{
"text": "one",
"link": "/document/guild/one"
},
{
"text": "three",
"link": "/document/guild/three"
},
{
"text": "two",
"link": "/document/guild/two"
}
]
},
{
"text": "markdown配置",
"link": "/document/markdown配置"
},
{
"text": "热点资讯",
"collapsible": true,
"collapsed": true,
"items": [
{
"text": "index",
"link": "/document/热点资讯/index"
},
{
"text": "one",
"link": "/document/热点资讯/one"
},
{
"text": "three",
"link": "/document/热点资讯/three"
},
{
"text": "two",
"link": "/document/热点资讯/two"
}
]
}
],
"search": {
"provider": "local",
"options": {
"appId": "O66TCPOEXP",
"apiKey": "943184a59fb1852faddd7c025bbb4320",
"indexName": "HKBlog",
"placeholder": "请输入关键词",
"buttonText": "搜索"
}
},
"socialLinks": [
{
"icon": "github",
"link": "https://github.com/HK-hub"
},
{
"icon": "twitter",
"link": "..."
},
{
"icon": {
"svg": "<svg width=\"36\" height=\"28\" viewBox=\"0 0 36 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5875 6.77268L21.8232 3.40505L17.5875 0.00748237L17.5837 0L13.3555 3.39757L17.5837 6.76894L17.5875 6.77268ZM17.5863 17.3955H17.59L28.5161 8.77432L25.5526 6.39453L17.59 12.6808H17.5863L17.5825 12.6845L9.61993 6.40201L6.66016 8.78181L17.5825 17.3992L17.5863 17.3955ZM17.5828 23.2891L17.5865 23.2854L32.2133 11.7456L35.1768 14.1254L28.5238 19.3752L17.5865 28L0.284376 14.3574L0 14.1291L2.95977 11.7531L17.5828 23.2891Z\" fill=\"#1E80FF\"/></svg>"
},
"link": "https://juejin.cn/user/2577725130022615"
}
],
"footer": {
"message": "做高质量的编程内容网站,欢迎 star ⭐ 让更多人发现",
"copyright": "MIT License | 版权所有 Copyright © 2019-present HK意境"
},
"outline": {
"level": [
1,
3
]
},
"editLink": {
"pattern": "https://github.com/vuejs/vitepress/edit/main/docs/:path",
"text": "Edit this page on GitHub"
},
"docFooter": {
"prev": "<——上一篇",
"next": "下一篇——>"
},
"lastUpdated": {
"text": "最后编辑于",
"formatOptions": {
"dateStyle": "full",
"timeStyle": "medium"
}
},
"returnToTopLabel": "返回顶部",
"externalLinkIcon": true
}Page Data
{
"title": "测试标题three",
"description": "three.md",
"frontmatter": {
"title": "测试标题three",
"author": "hk",
"date": "2023-10-24",
"showAccessNumber": true,
"categories": [
"测试分类three"
],
"tags": [
"测试标签1three",
"测试标签2three",
"测试标签3three"
],
"description": "three.md"
},
"headers": [],
"relativePath": "document/guild/three.md",
"filePath": "document/guild/three.md",
"lastUpdated": 1741437809000
}Page Frontmatter
{
"title": "测试标题three",
"author": "hk",
"date": "2023-10-24",
"showAccessNumber": true,
"categories": [
"测试分类three"
],
"tags": [
"测试标签1three",
"测试标签2three",
"测试标签3three"
],
"description": "three.md"
}1
HK意境