From 531e89ce6cfc98d3a87f20f65b2e6beefa70b226 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 19:55:19 +0900 Subject: [PATCH] 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.