Initial rearrangment of vuetom site source
This commit is contained in:
16
packages/docs/.vitepress/i18n/demo-block.json
Normal file
16
packages/docs/.vitepress/i18n/demo-block.json
Normal 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": "复制出现了一些问题"
|
||||
}
|
||||
}
|
1
packages/docs/.vitepress/i18n/lang.json
Normal file
1
packages/docs/.vitepress/i18n/lang.json
Normal file
@@ -0,0 +1 @@
|
||||
["en-US","zh-CN"]
|
33
packages/docs/.vitepress/i18n/nav.json
Normal file
33
packages/docs/.vitepress/i18n/nav.json
Normal 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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
82
packages/docs/.vitepress/i18n/sidebars/guide.json
Normal file
82
packages/docs/.vitepress/i18n/sidebars/guide.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
40
packages/docs/.vitepress/i18n/sidebars/mdshow.json
Normal file
40
packages/docs/.vitepress/i18n/sidebars/mdshow.json
Normal 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": "代码块展示"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
52
packages/docs/.vitepress/i18n/theme-config.json
Normal file
52
packages/docs/.vitepress/i18n/theme-config.json
Normal 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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
12
packages/docs/.vitepress/i18n/vitepress-config.json
Normal file
12
packages/docs/.vitepress/i18n/vitepress-config.json
Normal 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 而生的主题"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user