"description":"The ARIA label for close button of announcement bar"
"description":"The ARIA label for the back to top button"
},
},
"theme.blog.archive.title":{
"theme.blog.archive.title":{
"message":"历史博文",
"message":"历史博文",
@ -31,6 +31,10 @@
"message":"历史博文",
"message":"历史博文",
"description":"The page & hero description of the blog archive page"
"description":"The page & hero description of the blog archive page"
},
},
"theme.AnnouncementBar.closeButtonAriaLabel":{
"message":"关闭",
"description":"The ARIA label for close button of announcement bar"
},
"theme.blog.paginator.navAriaLabel":{
"theme.blog.paginator.navAriaLabel":{
"message":"博文列表分页导航",
"message":"博文列表分页导航",
"description":"The ARIA label for the blog pagination"
"description":"The ARIA label for the blog pagination"
@ -43,10 +47,6 @@
"message":"较旧的博文",
"message":"较旧的博文",
"description":"The label used to navigate to the older blog posts page (next page)"
"description":"The label used to navigate to the older blog posts page (next page)"
},
},
"theme.BackToTopButton.buttonAriaLabel":{
"message":"回到顶部",
"description":"The ARIA label for the back to top button"
},
"theme.blog.post.readingTime.plurals":{
"theme.blog.post.readingTime.plurals":{
"message":"{readingTime} 分钟阅读",
"message":"{readingTime} 分钟阅读",
"description":"Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
"description":"Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
@ -55,10 +55,6 @@
"message":"阅读更多",
"message":"阅读更多",
"description":"The label used in blog post item excerpts to link to full blog posts"
"description":"The label used in blog post item excerpts to link to full blog posts"
},
},
"theme.blog.sidebar.navAriaLabel":{
"message":"最近博文导航",
"description":"The ARIA label for recent posts in the blog sidebar"
},
"theme.blog.post.paginator.navAriaLabel":{
"theme.blog.post.paginator.navAriaLabel":{
"message":"博文分页导航",
"message":"博文分页导航",
"description":"The ARIA label for the blog posts pagination"
"description":"The ARIA label for the blog posts pagination"
@ -71,6 +67,10 @@
"message":"较旧一篇",
"message":"较旧一篇",
"description":"The blog post button label to navigate to the older/next post"
"description":"The blog post button label to navigate to the older/next post"
},
},
"theme.blog.sidebar.navAriaLabel":{
"message":"最近博文导航",
"description":"The ARIA label for recent posts in the blog sidebar"
},
"theme.blog.post.plurals":{
"theme.blog.post.plurals":{
"message":"{count} 篇博文",
"message":"{count} 篇博文",
"description":"Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
"description":"Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
@ -123,6 +123,10 @@
"message":"收起侧边栏",
"message":"收起侧边栏",
"description":"The title attribute for collapse button of doc sidebar"
"description":"The title attribute for collapse button of doc sidebar"
"description":"The ARIA label to toggle the collapsible sidebar category"
},
"theme.docs.tagDocListPageTitle.nDocsTagged":{
"theme.docs.tagDocListPageTitle.nDocsTagged":{
"message":"{count} 篇文档带有标签",
"message":"{count} 篇文档带有标签",
"description":"Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
"description":"Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
@ -131,10 +135,6 @@
"message":"{nDocsTagged} 篇带有标签「{tagName}」",
"message":"{nDocsTagged} 篇带有标签「{tagName}」",
"description":"The title of the page for a docs tag"
"description":"The title of the page for a docs tag"
"description":"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
"description":"The label for the navbar versions dropdown on mobile view"
},
},
"theme.common.skipToMainContent":{
"theme.common.skipToMainContent":{
"message":"跳到主要内容",
"message":"跳到主要内容",
"description":"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
"description":"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation"
"description":"The label for the navbar versions dropdown on mobile view"
"description":"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"
<ahref="https://github.com/halo-dev/halo/releases"><imgalt="GitHub All Releases"src="https://img.shields.io/github/downloads/halo-dev/halo/total.svg?style=flat-square"/></a>
<ahref="https://github.com/halo-dev/halo/commits"><imgalt="GitHub last commit"src="https://img.shields.io/github/last-commit/halo-dev/halo.svg?style=flat-square"/></a>
通过 [《写在前面》](/getting-started/prepare) 的名词解释部分我们可以知道,Halo 的所有数据都是存放在当前用户目录的工作目录(.halo)下的(使用 MySQL 数据库除外,你还需要导出 MySQL 数据)。**所以我们备份整站的数据仅需备份这个目录即可**,不管你使用何种方式。不过,为了操作方便,我们也在后台的小工具中提供了备份整站数据的功能,和上面所说的数据备份一致,点击备份按钮即可打包工作目录文件夹。如下图: