From 8620d809fef79988fb06c5e3fcaf36e2c450ace4 Mon Sep 17 00:00:00 2001 From: Lemon73 <108001913+Lemon73-Computing@users.noreply.github.com> Date: Wed, 13 Mar 2024 22:12:54 +0900 Subject: [PATCH 01/15] translate: languages.ja.toml --- exampleSite/config/_default/languages.ja.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exampleSite/config/_default/languages.ja.toml b/exampleSite/config/_default/languages.ja.toml index 3558c302..0365aecb 100644 --- a/exampleSite/config/_default/languages.ja.toml +++ b/exampleSite/config/_default/languages.ja.toml @@ -9,14 +9,14 @@ title = "Blowfish" rtl = false dateFormat = "2 January 2006" 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" }, - ] \ No newline at end of file + ] From eaff5aae11a63a1484dae56aa2c968c43b5b8df7 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 17:24:22 +0900 Subject: [PATCH 02/15] change: date format --- exampleSite/config/_default/languages.ja.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config/_default/languages.ja.toml b/exampleSite/config/_default/languages.ja.toml index 0365aecb..9eeaa961 100644 --- a/exampleSite/config/_default/languages.ja.toml +++ b/exampleSite/config/_default/languages.ja.toml @@ -7,7 +7,7 @@ title = "Blowfish" displayName = "日本語" isoCode = "ja" rtl = false - dateFormat = "2 January 2006" + dateFormat = "2006-01-02" logo = "img/blowfish_logo_transparent.png" description = "強力で、軽量な Hugo のテーマです。" From 0aa278ada63a4a65daa68d08d0180132e0e0042b Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 17:32:29 +0900 Subject: [PATCH 03/15] add: japanese translation --- exampleSite/content/_index.ja.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 exampleSite/content/_index.ja.md diff --git a/exampleSite/content/_index.ja.md b/exampleSite/content/_index.ja.md new file mode 100755 index 00000000..0a056721 --- /dev/null +++ b/exampleSite/content/_index.ja.md @@ -0,0 +1,29 @@ +--- +title: "Blowfish へようこそ! :tada:" +description: "このページは Hugo の Blowfish テーマを利用して構築されています。" +--- + + +
+ + {{< icon "triangle-exclamation" >}} + + + こちらは background レイアウトのデモです。 + + +
+ + +```node +npx blowfish-tools +``` + +{{< youtubeLite id="SgXhGb-7QbU" label="Blowfish-tools demo" >}} + + From 6f646c86882d59d537c6f9b50b6af8f41f9e2593 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 17:46:44 +0900 Subject: [PATCH 04/15] translate: to japanese --- exampleSite/config/_default/menus.ja.toml | 52 +++++++++++------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/exampleSite/config/_default/menus.ja.toml b/exampleSite/config/_default/menus.ja.toml index 3886d5ea..6984eeef 100644 --- a/exampleSite/config/_default/menus.ja.toml +++ b/exampleSite/config/_default/menus.ja.toml @@ -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 From 80c1a9d96aff407015e034ebfa8ab5e58ea1b6c8 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 17:53:43 +0900 Subject: [PATCH 05/15] translate: japanese - users page --- exampleSite/content/users/_index.ja.md | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 exampleSite/content/users/_index.ja.md diff --git a/exampleSite/content/users/_index.ja.md b/exampleSite/content/users/_index.ja.md new file mode 100644 index 00000000..cb86511b --- /dev/null +++ b/exampleSite/content/users/_index.ja.md @@ -0,0 +1,27 @@ +--- +title: "ユーザー" +date: 2020-08-14 +draft: false +description: "実際に利用される Blowfish の例。" +slug: "users" +tags: ["users", "sample"] +showDate: false +showAuthor: false +showReadingTime: false +showEdit: false +layoutBackgroundHeaderSpace: false +cardViewScreenWidth: true +--- + + + +Blowfish で構築された実際のウェブサイトです。すべてのウェブサイト一覧は [JSON 形式](/users/users.json) で閲覧可能です。 + + +{{< alert >}} + +**Blowfish ユーザーですか?** この一覧にあなたのサイトを加える際は、 [pull request を送信](https://github.com/nunocoracao/blowfish/blob/main/exampleSite/content/users/users.json) してください。 + +{{}} + +
From b176f67a913ef080dcd162278319dce488ac31f6 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 18:45:12 +0900 Subject: [PATCH 06/15] change: details --- exampleSite/config/_default/menus.ja.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config/_default/menus.ja.toml b/exampleSite/config/_default/menus.ja.toml index 6984eeef..930c6aa9 100644 --- a/exampleSite/config/_default/menus.ja.toml +++ b/exampleSite/config/_default/menus.ja.toml @@ -86,6 +86,6 @@ weight = 10 [[footer]] - name = "作者" + name = "著者" pageRef = "authors" weight = 20 From 6c1bdb36f62bcb446ad73db335aa2891bb19b658 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 18:45:28 +0900 Subject: [PATCH 07/15] create: _index.ja.md --- exampleSite/content/authors/_index.ja.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 exampleSite/content/authors/_index.ja.md diff --git a/exampleSite/content/authors/_index.ja.md b/exampleSite/content/authors/_index.ja.md new file mode 100644 index 00000000..f8134a16 --- /dev/null +++ b/exampleSite/content/authors/_index.ja.md @@ -0,0 +1,5 @@ +--- +title: "著者の分類リストの例" +--- + +あなたの記事でどのように著者の分類を開始するかの簡単な例です。 From cd33d1f880a2369df78b461d38eef42d2029c3df Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 18:56:05 +0900 Subject: [PATCH 08/15] create: japanese docs --- exampleSite/content/docs/_index.ja.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 exampleSite/content/docs/_index.ja.md diff --git a/exampleSite/content/docs/_index.ja.md b/exampleSite/content/docs/_index.ja.md new file mode 100755 index 00000000..8539f03e --- /dev/null +++ b/exampleSite/content/docs/_index.ja.md @@ -0,0 +1,17 @@ +--- +title: "資料" +description: "Blowfish の利用方法と特徴について学ぶ。" + +cascade: + showDate: false + showAuthor: false + invertPagination: true +--- + +{{< lead >}} +シンプル、それでいて強力。 Blowfish の利用方法と特徴について学ぶ。 +{{< /lead >}} + +このセクションは Blowfish について知る必要のある全てのことが含まれています。新しく作成する場合は、開始するために[インストール]({{< ref "docs/installation" >}})ガイド、または Blowfish が何が出来るか[サンプル]({{< ref "samples" >}})セクションに訪れてください。 + +--- From 745bf89b70c3905e3be60bfed1723dcf0bf03eec Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 18:59:43 +0900 Subject: [PATCH 09/15] create: japanese posts --- exampleSite/content/posts/_index.ja.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 exampleSite/content/posts/_index.ja.md diff --git a/exampleSite/content/posts/_index.ja.md b/exampleSite/content/posts/_index.ja.md new file mode 100644 index 00000000..10c81154 --- /dev/null +++ b/exampleSite/content/posts/_index.ja.md @@ -0,0 +1,18 @@ +--- +title: "投稿" +date: 2022-06-13T20:55:37+01:00 +draft: false + +showDate : false +showDateUpdated : false +showHeadingAnchors : false +showPagination : false +showReadingTime : false +showTableOfContents : true +showTaxonomies : false +showWordCount : false +showSummary : false +sharingLinks : false + +--- + From 9a70203a42516a2382fe46900404899f349dc35b Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 19:49:01 +0900 Subject: [PATCH 10/15] create: japanese translation - recipes --- exampleSite/content/guides/_index.ja.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 exampleSite/content/guides/_index.ja.md diff --git a/exampleSite/content/guides/_index.ja.md b/exampleSite/content/guides/_index.ja.md new file mode 100755 index 00000000..1e6c818e --- /dev/null +++ b/exampleSite/content/guides/_index.ja.md @@ -0,0 +1,19 @@ +--- +title: "レシピ" +description: "Blowfish のためのレシピ、ガイド、チュートリアル" + +cascade: + showDate: false + showAuthor: false + invertPagination: true +--- + +{{< lead >}} +Blowfish のためのレシピ、ガイド、チュートリアル +{{< /lead >}} + +**Blowfish ユーザーですか?** この一覧にあなたのガイドを加える際は、[テンプレートを確認](/guides/template/)してください。 + +このセクションではあなたのテーマの設定方法する様々なシナリオを含んでいます。新しく作成する場合は、開始するために[インストール]({{< ref "docs/installation" >}})ガイド、または Blowfish が何が出来るか[サンプル]({{< ref "samples" >}})セクションに訪れてください。 + +--- From 6de3ed856663ab41c9f2fa387d60741f3ed8ffcc Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 19:49:17 +0900 Subject: [PATCH 11/15] create: japanese translation - showcase --- exampleSite/content/examples/_index.ja.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 exampleSite/content/examples/_index.ja.md diff --git a/exampleSite/content/examples/_index.ja.md b/exampleSite/content/examples/_index.ja.md new file mode 100755 index 00000000..b9396e79 --- /dev/null +++ b/exampleSite/content/examples/_index.ja.md @@ -0,0 +1,22 @@ +--- +title: "ショーケース" +description: "Blowfish で何が出来るか見てみる。" + +showLikes: true +showViews: true + +cascade: + showEdit: false + showReadingTime: false + showSummary: false + showLikes: false + showViews: false +--- + +{{< lead >}} +Blowfish で何が出来るか見てみる。 +{{< /lead >}} + +このセクションはテンプレートの例やインスピレーションを得ることの出来る Blowfish を使用して作成されたページのリンクがあります。 + +--- From 531e89ce6cfc98d3a87f20f65b2e6beefa70b226 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 19:55:19 +0900 Subject: [PATCH 12/15] translate: exsample site title --- .../content/examples/blowfish-template-repo/_index.ja.md | 5 +++++ .../content/examples/blowfish-template/_index.ja.md | 5 +++++ .../content/examples/blowfish-tutorial/_index.ja.md | 5 +++++ .../content/examples/repo-blowfish-artist/_index.ja.md | 5 +++++ .../content/examples/repo-blowfish-lite/_index.ja.md | 5 +++++ .../content/examples/repo-blowfish-lowkey/_index.ja.md | 5 +++++ .../content/examples/repo-blowfish-tutorial/_index.ja.md | 5 +++++ exampleSite/content/tags/_index.ja.md | 9 +++++++++ exampleSite/content/tags/advanced/_index.ja.md | 7 +++++++ 9 files changed, 51 insertions(+) create mode 100755 exampleSite/content/examples/blowfish-template-repo/_index.ja.md create mode 100755 exampleSite/content/examples/blowfish-template/_index.ja.md create mode 100755 exampleSite/content/examples/blowfish-tutorial/_index.ja.md create mode 100755 exampleSite/content/examples/repo-blowfish-artist/_index.ja.md create mode 100755 exampleSite/content/examples/repo-blowfish-lite/_index.ja.md create mode 100755 exampleSite/content/examples/repo-blowfish-lowkey/_index.ja.md create mode 100755 exampleSite/content/examples/repo-blowfish-tutorial/_index.ja.md create mode 100644 exampleSite/content/tags/_index.ja.md create mode 100644 exampleSite/content/tags/advanced/_index.ja.md diff --git a/exampleSite/content/examples/blowfish-template-repo/_index.ja.md b/exampleSite/content/examples/blowfish-template-repo/_index.ja.md new file mode 100755 index 00000000..5c6454b7 --- /dev/null +++ b/exampleSite/content/examples/blowfish-template-repo/_index.ja.md @@ -0,0 +1,5 @@ +--- +title: "Blowfish テンプレート - GitHub レポジトリ" +date: 2020-11-06 +externalUrl: "https://github.com/nunocoracao/blowfish_template" +--- \ No newline at end of file diff --git a/exampleSite/content/examples/blowfish-template/_index.ja.md b/exampleSite/content/examples/blowfish-template/_index.ja.md new file mode 100755 index 00000000..17525e7f --- /dev/null +++ b/exampleSite/content/examples/blowfish-template/_index.ja.md @@ -0,0 +1,5 @@ +--- +title: "Blowfish テンプレート" +date: 2020-11-06 +externalUrl: "https://nunocoracao.github.io/blowfish_template/" +--- \ No newline at end of file diff --git a/exampleSite/content/examples/blowfish-tutorial/_index.ja.md b/exampleSite/content/examples/blowfish-tutorial/_index.ja.md new file mode 100755 index 00000000..8c520064 --- /dev/null +++ b/exampleSite/content/examples/blowfish-tutorial/_index.ja.md @@ -0,0 +1,5 @@ +--- +title: "Blowfish チュートリアル" +date: 2023-10-02 +externalUrl: "https://blowfish-tutorial.web.app/" +--- \ No newline at end of file diff --git a/exampleSite/content/examples/repo-blowfish-artist/_index.ja.md b/exampleSite/content/examples/repo-blowfish-artist/_index.ja.md new file mode 100755 index 00000000..055efb2f --- /dev/null +++ b/exampleSite/content/examples/repo-blowfish-artist/_index.ja.md @@ -0,0 +1,5 @@ +--- +title: "Blowfish Artist - レポジトリ" +date: 2021-11-06 +externalUrl: "https://github.com/nunocoracao/blowfish_artist/" +--- diff --git a/exampleSite/content/examples/repo-blowfish-lite/_index.ja.md b/exampleSite/content/examples/repo-blowfish-lite/_index.ja.md new file mode 100755 index 00000000..480970e0 --- /dev/null +++ b/exampleSite/content/examples/repo-blowfish-lite/_index.ja.md @@ -0,0 +1,5 @@ +--- +title: "Blowfish Lite - レポジトリ" +date: 2021-11-07 +externalUrl: "https://github.com/nunocoracao/blowfish_lite/" +--- diff --git a/exampleSite/content/examples/repo-blowfish-lowkey/_index.ja.md b/exampleSite/content/examples/repo-blowfish-lowkey/_index.ja.md new file mode 100755 index 00000000..a63ab933 --- /dev/null +++ b/exampleSite/content/examples/repo-blowfish-lowkey/_index.ja.md @@ -0,0 +1,5 @@ +--- +title: "Blowfish Lowkey - レポジトリ" +date: 2021-11-06 +externalUrl: "https://github.com/nunocoracao/blowfish_lowkey/" +--- diff --git a/exampleSite/content/examples/repo-blowfish-tutorial/_index.ja.md b/exampleSite/content/examples/repo-blowfish-tutorial/_index.ja.md new file mode 100755 index 00000000..31b372e9 --- /dev/null +++ b/exampleSite/content/examples/repo-blowfish-tutorial/_index.ja.md @@ -0,0 +1,5 @@ +--- +title: "Blowfish チュートリアル - レポジトリ" +date: 2023-10-01 +externalUrl: "https://github.com/nunocoracao/blowfish-tutorial" +--- \ No newline at end of file diff --git a/exampleSite/content/tags/_index.ja.md b/exampleSite/content/tags/_index.ja.md new file mode 100644 index 00000000..0be45bd9 --- /dev/null +++ b/exampleSite/content/tags/_index.ja.md @@ -0,0 +1,9 @@ +--- +title: タグ +--- + +Blowfish has full support for Hugo taxonomies and will adapt to any taxonomy set up. Taxonomy listings like this one also support custom content to be displayed above the list of terms. + +This area could be used to add some extra descriptive text to each taxonomy. Check out the [advanced tag]({{< ref "advanced" >}}) below to see how to take this concept even further. + +--- diff --git a/exampleSite/content/tags/advanced/_index.ja.md b/exampleSite/content/tags/advanced/_index.ja.md new file mode 100644 index 00000000..02f65b03 --- /dev/null +++ b/exampleSite/content/tags/advanced/_index.ja.md @@ -0,0 +1,7 @@ +--- +title: Advanced +--- + +This is the advanced tag. Just like other listing pages in Blowfish, you can add custom content to individual taxonomy terms and it will be displayed at the top of the term listing. :rocket: + +You can also use these content pages to define Hugo metadata like titles and descriptions that will be used for SEO and other purposes. From cf15eca10f349576b16164202357eee76e4bdac7 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 20:32:09 +0900 Subject: [PATCH 13/15] translate: japanese - guides-template --- .../content/guides/template/index.ja.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 exampleSite/content/guides/template/index.ja.md diff --git a/exampleSite/content/guides/template/index.ja.md b/exampleSite/content/guides/template/index.ja.md new file mode 100644 index 00000000..412944c8 --- /dev/null +++ b/exampleSite/content/guides/template/index.ja.md @@ -0,0 +1,36 @@ +--- +title: "レシピテンプレート" +date: 1987-12-22 +draft: false +description: "Blowfish テーマのレシピを作成するためのテンプレート" +tags: ["template"] +--- + +Blowfish コミュニティーのコントリビュートに興味を持っていただきありがとうございます。 + +## 開始方法 +こちらは Blowfish のガイドセクションに新しい記事を作成する方法を説明するテンプレート記事です。 + +## Blowfish をクローンする +こちらのコマンドでこのレポジトリをクローンします: + +```bash +git clone https://github.com/nunocoracao/blowfish.git +``` + +## ファイルを準備する +この `.md` ファイルが入っているフォルダ全体をコピーし、貼り付けます。 + +フォルダ名に利用する名前は `YYYYMM-title` のようにスペースが利用できない規約となっています。 + +## ガイドを書く +あなたのガイドを書きます ('v') + +`img` フォルダーを利用して画像を配置でき、このようになります: + +![]() + +![例](img/example.jpg "画像のキャプション") + +## PR を開く +PR を開くことやコントリビューションにあらかじめ感謝の言葉を述べます。 \ No newline at end of file From c0218187450d0b17af42296e25470f3e087bbd40 Mon Sep 17 00:00:00 2001 From: Lemon73 <108001913+Lemon73-Computing@users.noreply.github.com> Date: Sat, 16 Mar 2024 16:59:30 +0900 Subject: [PATCH 14/15] translate: japanese - tags --- exampleSite/content/tags/_index.ja.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/tags/_index.ja.md b/exampleSite/content/tags/_index.ja.md index 0be45bd9..105db286 100644 --- a/exampleSite/content/tags/_index.ja.md +++ b/exampleSite/content/tags/_index.ja.md @@ -2,8 +2,8 @@ title: タグ --- -Blowfish has full support for Hugo taxonomies and will adapt to any taxonomy set up. Taxonomy listings like this one also support custom content to be displayed above the list of terms. +Blowfish は Hugo の分類システムを完全にサポートし、どのような分類システムの設定でも適合できます。このような分類システムのリストは、用語リストの上に表示されるカスタムコンテンツもサポートしています。 -This area could be used to add some extra descriptive text to each taxonomy. Check out the [advanced tag]({{< ref "advanced" >}}) below to see how to take this concept even further. +このエリアはそれぞれの分類システムに追加の説明をする時に利用します。以下の[高度なタグ]({{< ref "advanced" >}})を確認して、このコンセプトをさらに発展させる方法をご覧ください。 --- From 3ad4fbd7a23968857631ac1aa4d5750be430699a Mon Sep 17 00:00:00 2001 From: Lemon73 <108001913+Lemon73-Computing@users.noreply.github.com> Date: Sat, 16 Mar 2024 17:07:07 +0900 Subject: [PATCH 15/15] translate: japanese - advanced tags --- exampleSite/content/tags/advanced/_index.ja.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/tags/advanced/_index.ja.md b/exampleSite/content/tags/advanced/_index.ja.md index 02f65b03..f9b429c3 100644 --- a/exampleSite/content/tags/advanced/_index.ja.md +++ b/exampleSite/content/tags/advanced/_index.ja.md @@ -1,7 +1,7 @@ --- -title: Advanced +title: 高度なタグ --- -This is the advanced tag. Just like other listing pages in Blowfish, you can add custom content to individual taxonomy terms and it will be displayed at the top of the term listing. :rocket: +こちらは高度なタグです。 Blowfish の他のページの様に、個々の分類条項にカスタムコンテンツの追加やそれを条項リストの一番上に表示することが可能です。:rocket: -You can also use these content pages to define Hugo metadata like titles and descriptions that will be used for SEO and other purposes. +タイトルや説明など SEO や他の目的に利用するためのHugo のメタデータを定義するためにこれらのコンテンツページも利用可能です。