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,16 @@
{
"en-US": {
"view-source": "Code",
"edit-on-github": "Edit on Github",
"copy-code": "Copy Code",
"copy-success": "Copy Success",
"copy-error": "Copy Error"
},
"zh-CN": {
"view-source": "代码",
"edit-on-github": "前往 Github 编辑",
"copy-code": "复制",
"copy-success": "复制成功",
"copy-error": "复制出现了一些问题"
}
}

View File

@@ -0,0 +1 @@
["en-US","zh-CN"]

View File

@@ -0,0 +1,33 @@
{
"en-US": [
{
"text": "Resume",
"link": "https://docs.google.com/document/d/1MTTfAx80EzWvtgmxFADdMrCS9R72ZwZPTLuBAaqtGNo/edit?usp=sharing",
},
{
"text": "Gitea",
"link": "https://git.vertinext.com/roryejinn",
},
{
"text": "Github",
"link": "https://github.com/ccubed"
}
{
"text": "Links",
"items": [
{
"text": "Linkedin",
"link": "/feedback/",
},
{
"text": "Twitch.tv",
"link": "https://gitee.com/lauset/vitepress-theme-vuetom"
},
{
"text": "Anilist Profile",
"link": "https://anilist.co/user/TakeshiKO/"
}
]
}
]
}

View File

@@ -0,0 +1,82 @@
{
"en-US": [
{
"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"
}
]
}
],
"zh-CN": [
{
"text": "基础",
"items": [
{
"text": "什么是Vitepress?",
"link": "/guide/info"
},
{
"text": "快速开始",
"link": "/guide/start"
},
{
"text": "问题一览",
"link": "/guide/question"
},
{
"text": "主题目录",
"link": "/guide/prodir"
}
]
},
{
"text": "进阶",
"items": [
{
"text": "主题配置",
"link": "/guide/config"
},
{
"text": "国际化",
"link": "/guide/lang"
},
{
"text": "夜间模式",
"link": "/guide/dark"
}
]
}
]
}

View File

@@ -0,0 +1,40 @@
{
"en-US": {
"langshow": {
"text": "MD Show",
"items": [
{
"link": "/mdshow/example",
"text": "Example"
},
{
"link": "/mdshow/custom",
"text": "Custom"
},
{
"link": "/comp/codeblock",
"text": "Code Block"
}
]
}
},
"zh-CN": [
{
"text": "语法",
"items": [
{
"link": "/mdshow/example",
"text": "MD语法示例"
},
{
"link": "/mdshow/custom",
"text": "自定义语法"
},
{
"link": "/mdshow/codeblock",
"text": "代码块展示"
}
]
}
]
}

View File

@@ -0,0 +1,52 @@
{
"en-US": {
"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": ""
}
]
},
"zh-CN": {
"label": "简体中文",
"selectText": "选择语言",
"editLinkText": "对本页提出修改建议",
"lastUpdatedText": "最后更新",
"localeLinks": {
"text": "",
"items": [
{
"text": "简体中文",
"link": "/zh-CN/"
},
{
"text": "English",
"link": "/en-US/"
}
]
},
"socialLinks": [
{
"icon": "github",
"link": ""
}
]
}
}

View File

@@ -0,0 +1,12 @@
{
"en-US": {
"title": "Vuetom Theme",
"lang": "en-US",
"description": "Theme for Vitepress"
},
"zh-CN": {
"title": "Vuetom 主题",
"lang": "zh-CN",
"description": "一款为 Vitepress 而生的主题"
}
}