-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
180 additions
and
41 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[en] | ||
languageCode = 'en-US' | ||
languageDirection = 'ltr' | ||
languageName = 'English' | ||
weight = 0 | ||
[en.menu] | ||
[[en.menu.main]] | ||
identifier = "post" | ||
name = "Post" | ||
pageRef = "post" | ||
weight = 0 | ||
|
||
[[en.menu.main]] | ||
identifier = "about" | ||
name = "About" | ||
pageRef = "about" | ||
weight = 10 | ||
|
||
[zh-cn] | ||
languageCode = 'zh-CN' | ||
languageDirection = 'ltr' | ||
languageName = '中文' | ||
weight = 1 | ||
[zh-cn.menu] | ||
[[zh-cn.menu.main]] | ||
identifier = "post" | ||
name = "文章" | ||
pageRef = "post" | ||
weight = 0 | ||
|
||
[[zh-cn.menu.main]] | ||
identifier = "about" | ||
name = "关于" | ||
pageRef = "about" | ||
weight = 10 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
+++ | ||
title = "关于" | ||
description = "Hugo, 世上最快的站点构建框架" | ||
date = "2019-02-28" | ||
aliases = ["about-us", "about-hugo", "contact"] | ||
author = "Hugo Authors" | ||
+++ | ||
|
||
multilingual中文测试页面 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
read_more = "Read more" | ||
table_of_contents = "Table of Contents" | ||
open_main_menu = "Open main menu" | ||
open_lang_switcher = "Open language switcher" | ||
|
||
[404] | ||
go_back_home = "Go back home" | ||
sorry = "Sorry, we couldn't find the page you're looking for." | ||
page_not_found = "Page not found" | ||
|
||
[footer] | ||
powered_by = "Powered by {{ .Generator }} {{ .Heart }} {{ .Theme }}" | ||
copyright_with_since ="{{ .CopyrightSign }} {{ .SinceYear }} - {{ .CurrentYear}} {{ .Copyright }}" | ||
copyright_wo_since ="{{ .CopyrightSign }} {{ .CurrentYear}} {{ .Copyright }}" | ||
|
||
[paginator] | ||
newer_posts = "Newer posts" | ||
older_posts = "Older posts" | ||
|
||
[taxonomies] | ||
categories = "Categories" | ||
tags = "Tags" | ||
series = "Series" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
read_more = "阅读更多" | ||
table_of_contents = "目录" | ||
open_main_menu = "打开菜单" | ||
open_lang_switcher = "打开语言切换" | ||
|
||
[404] | ||
go_back_home = "回到首页" | ||
sorry = "对不起,暂未找到您请求的页面" | ||
page_not_found = "页面未找到" | ||
|
||
[footer] | ||
powered_by = "Powered by {{ .Generator }} {{ .Heart }} {{ .Theme }}" | ||
copyright_with_since ="{{ .CopyrightSign }} {{ .SinceYear }} - {{ .CurrentYear}} {{ .Copyright }}" | ||
copyright_wo_since ="{{ .CopyrightSign }} {{ .CurrentYear}} {{ .Copyright }}" | ||
|
||
[paginator] | ||
newer_posts = "新文章" | ||
older_posts = "旧文章" | ||
|
||
[taxonomies] | ||
categories = "分类" | ||
tags = "标签" | ||
series = "系列" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters