Merge remote-tracking branch 'blowfish/translations-v1' into translations-v1

# Conflicts:
#	exampleSite/content/docs/advanced-customisation/index.zh-cn.md
#	exampleSite/content/docs/configuration/index.zh-cn.md
#	exampleSite/content/docs/content-examples/index.zh-cn.md
#	exampleSite/content/docs/firebase-views/index.zh-cn.md
#	exampleSite/content/docs/front-matter/index.zh-cn.md
#	exampleSite/content/docs/getting-started/index.zh-cn.md
#	exampleSite/content/docs/homepage-layout/index.zh-cn.md
#	exampleSite/content/docs/installation/index.zh-cn.md
#	exampleSite/content/docs/multi-author/index.zh-cn.md
#	exampleSite/content/docs/thumbnails/index.zh-cn.md
#	exampleSite/content/docs/welcome/index.zh-cn.md
#	exampleSite/content/samples/_index.zh-cn.md
#	exampleSite/content/samples/icons/index.zh-cn.md
#	exampleSite/content/samples/thumbnail_sample/index.zh-cn.md
#	i18n/zh-CN.yaml
This commit is contained in:
Weaxs
2024-03-20 11:58:51 +08:00
541 changed files with 21969 additions and 801 deletions

View File

@@ -3,8 +3,9 @@
# https://blowfish.page/docs/getting-started/
theme = "blowfish"
baseURL = "https://nunocoracao.github.io/blowfish"
baseURL = "https://localhost:1313"
defaultContentLanguage = "en"
#disableLanguages = ['ja'] #to allow translation work requiring shipping to production
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
@@ -15,6 +16,7 @@ summaryLength = 30
buildDrafts = false
buildFuture = false
googleAnalytics = "G-PEDMYR1V0K"
[imaging]

View File

@@ -9,13 +9,13 @@ title = "Blowfish"
rtl = false
dateFormat = "2 January 2006"
logo = "img/blowfish_logo_transparent.png"
description = "A powerful, lightweight theme for Hugo."
description = "Un potente, leggero tema per Hugo."
[author]
name = "Blowfish"
image = "img/blowfish_logo.png"
headline = "A powerful, lightweight theme for Hugo."
bio = "A powerful, lightweight theme for Hugo."
headline = "Un potente, leggero tema per Hugo."
bio = "Un potente, leggero tema per Hugo."
links = [
{ x-twitter = "https://twitter.com/burufugu" },
{ github = "https://github.com/nunocoracao/blowfish" },

View File

@@ -7,16 +7,16 @@ title = "Blowfish"
displayName = "日本語"
isoCode = "ja"
rtl = false
dateFormat = "2 January 2006"
dateFormat = "2006-01-02"
logo = "img/blowfish_logo_transparent.png"
description = "A powerful, lightweight theme for Hugo."
description = "強力で、軽量な Hugo のテーマです。"
[author]
name = "Blowfish"
image = "img/blowfish_logo.png"
headline = "A powerful, lightweight theme for Hugo."
bio = "A powerful, lightweight theme for Hugo."
headline = "強力で、軽量な Hugo のテーマです。"
bio = "強力で、軽量な Hugo のテーマです。"
links = [
{ x-twitter = "https://twitter.com/burufugu" },
{ github = "https://github.com/nunocoracao/blowfish" },
]
]

View File

@@ -11,7 +11,7 @@
# ordered by weight from lowest to highest.
[[main]]
name = "Docs"
name = "Documenti"
pageRef = "docs"
weight = 10
@@ -21,29 +21,29 @@
weight = 15
[[main]]
name = "Examples"
name = "Esempi"
weight = 20
[[main]]
name = "Samples"
parent = "Examples"
name = "Campioni"
parent = "Esempi"
pageRef = "samples"
weight = 16
[[main]]
name = "Showcase"
parent = "Examples"
name = "Vetrina"
parent = "Esempi"
pageRef = "examples"
weight = 30
[[main]]
name = "Recipes"
parent = "Examples"
name = "Ricette"
parent = "Esempi"
pageRef = "guides"
weight = 40
[[main]]
name = "Users"
name = "Utenti"
pageRef = "users"
weight = 90
@@ -86,6 +86,6 @@
weight = 10
[[footer]]
name = "Authors"
name = "Autori"
pageRef = "authors"
weight = 20
weight = 20

View File

@@ -1,59 +1,59 @@
# -- Main Menu --
# The main menu is displayed in the header at the top of the page.
# Acceptable parameters are name, pageRef, page, url, title, weight.
# -- メインメニュー --
# メインメニューはページトップのヘッダーに表示されます。
# 利用可能なパラメーターは name, pageRef, page, url, title, weight です。
#
# The simplest menu configuration is to provide:
# name = The name to be displayed for this menu link
# pageRef = The identifier of the page or section to link to
# 最もシンプルなメニュー設定はこちらです:
# name = このメニューリンクに表示される名前
# pageRef = ページやセクションのリンクに利用される識別子
#
# By default the menu is ordered alphabetically. This can be
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
# デフォルトでは、メニューはアルファベット順に並べられます。
# これは、 weight value で上書き可能です。
# このメニューは weight が低い値から高い値に順に表示されます。
[[main]]
name = "Docs"
name = "資料"
pageRef = "docs"
weight = 10
[[main]]
name = "Shortcodes"
name = "ショートコード"
pageRef = "docs/shortcodes"
weight = 15
[[main]]
name = "Examples"
name = ""
weight = 20
[[main]]
name = "Samples"
parent = "Examples"
name = "サンプル"
parent = ""
pageRef = "samples"
weight = 16
[[main]]
name = "Showcase"
parent = "Examples"
name = "ショーケース"
parent = ""
pageRef = "examples"
weight = 30
[[main]]
name = "Recipes"
parent = "Examples"
name = "レシピ"
parent = ""
pageRef = "guides"
weight = 40
[[main]]
name = "Users"
name = "ユーザー"
pageRef = "users"
weight = 90
[[main]]
name = "Merch"
name = "グッズ"
url = "https://www.teepublic.com/user/blowfish-store/t-shirts"
weight = 100
#[[main]]
# name = "Test"
# name = "テスト"
# pageRef = "pagTest"
# weight = 1000
@@ -76,16 +76,16 @@
weight = 400
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
# -- フッターメニュー --
# このフッターメニューはページ下部のコピーライト表示の前に表示されます。
# 上記のメインメニューと同様に設定できます。
[[footer]]
name = "Tags"
name = "タグ"
pageRef = "tags"
weight = 10
[[footer]]
name = "Authors"
name = "著者"
pageRef = "authors"
weight = 20

View File

@@ -26,19 +26,19 @@
[[main]]
name = "功能示例"
parent = "Examples"
parent = "示例"
pageRef = "samples"
weight = 16
[[main]]
name = "模板示例"
parent = "Examples"
parent = "示例"
pageRef = "examples"
weight = 30
[[main]]
name = "部署指南"
parent = "Examples"
parent = "示例"
pageRef = "guides"
weight = 40