Initial rearrangment of vuetom site source

This commit is contained in:
2024-10-09 08:23:08 +00:00
parent dbd456a517
commit e9d08bd263
233 changed files with 22841 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"view-source": "Code",
"edit-on-github": "Edit on Github",
"copy-code": "Copy Code",
"copy-success": "Copy Success",
"copy-error": "Copy Error"
}

View File

@@ -0,0 +1,30 @@
[
{
"text": "Guide",
"link": "/guide/info",
"activeMatch": "/guide/info"
},
{
"text": "Components",
"link": "/mdshow/",
"activeMatch": "/mdshow/"
},
{
"text": "Links",
"items": [
{
"text": "FeedBack",
"link": "/feedback/",
"activeMatch": "/feedback/"
},
{
"text": "Gitee",
"link": "https://gitee.com/lauset/vitepress-theme-vuetom"
},
{
"text": "Vitepress",
"link": "https://vitepress.vuejs.org/"
}
]
}
]

View File

@@ -0,0 +1,34 @@
[
{
"text": "Basic",
"items": [
{ "text": "What's the Vitepress?", "link": "/guide/info" },
{ "text": "Quick Start", "link": "/guide/start" },
{
"text": "Questions",
"link": "/guide/question"
},
{
"text": "Project Dir",
"link": "/guide/prodir"
}
]
},
{
"text": "Advanced",
"items": [
{
"text": "Theme Config",
"link": "/guide/config"
},
{
"text": "Languages",
"link": "/guide/lang"
},
{
"text": "Dark Mode",
"link": "/guide/dark"
}
]
}
]

View File

@@ -0,0 +1,19 @@
{
"langshow": {
"text": "MD Show",
"items": [
{
"link": "/mdshow/example",
"text": "Example"
},
{
"link": "/mdshow/custom",
"text": "Custom"
},
{
"link": "/comp/codeblock",
"text": "Code Block"
}
]
}
}

View File

@@ -0,0 +1,20 @@
{
"label": "English",
"selectText": "Languages",
"editLinkText": "Suggest changes to this page",
"lastUpdatedText": "Last Updated",
"localeLinks": {
"text": "",
"items": [
{
"text": "Chinese",
"link": "/zh-CN/"
},
{
"text": "English",
"link": "/en-US/"
}
]
},
"socialLinks": [{ "icon": "github", "link": "" }]
}

View File

@@ -0,0 +1,5 @@
{
"title": "Vuetom Theme",
"lang": "en-US",
"description": "Theme for Vitepress"
}