mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
translate: exsample site title
This commit is contained in:
parent
6de3ed8566
commit
531e89ce6c
9 changed files with 51 additions and 0 deletions
5
exampleSite/content/examples/blowfish-template-repo/_index.ja.md
Executable file
5
exampleSite/content/examples/blowfish-template-repo/_index.ja.md
Executable file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Blowfish テンプレート - GitHub レポジトリ"
|
||||
date: 2020-11-06
|
||||
externalUrl: "https://github.com/nunocoracao/blowfish_template"
|
||||
---
|
5
exampleSite/content/examples/blowfish-template/_index.ja.md
Executable file
5
exampleSite/content/examples/blowfish-template/_index.ja.md
Executable file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Blowfish テンプレート"
|
||||
date: 2020-11-06
|
||||
externalUrl: "https://nunocoracao.github.io/blowfish_template/"
|
||||
---
|
5
exampleSite/content/examples/blowfish-tutorial/_index.ja.md
Executable file
5
exampleSite/content/examples/blowfish-tutorial/_index.ja.md
Executable file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Blowfish チュートリアル"
|
||||
date: 2023-10-02
|
||||
externalUrl: "https://blowfish-tutorial.web.app/"
|
||||
---
|
5
exampleSite/content/examples/repo-blowfish-artist/_index.ja.md
Executable file
5
exampleSite/content/examples/repo-blowfish-artist/_index.ja.md
Executable file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Blowfish Artist - レポジトリ"
|
||||
date: 2021-11-06
|
||||
externalUrl: "https://github.com/nunocoracao/blowfish_artist/"
|
||||
---
|
5
exampleSite/content/examples/repo-blowfish-lite/_index.ja.md
Executable file
5
exampleSite/content/examples/repo-blowfish-lite/_index.ja.md
Executable file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Blowfish Lite - レポジトリ"
|
||||
date: 2021-11-07
|
||||
externalUrl: "https://github.com/nunocoracao/blowfish_lite/"
|
||||
---
|
5
exampleSite/content/examples/repo-blowfish-lowkey/_index.ja.md
Executable file
5
exampleSite/content/examples/repo-blowfish-lowkey/_index.ja.md
Executable file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Blowfish Lowkey - レポジトリ"
|
||||
date: 2021-11-06
|
||||
externalUrl: "https://github.com/nunocoracao/blowfish_lowkey/"
|
||||
---
|
5
exampleSite/content/examples/repo-blowfish-tutorial/_index.ja.md
Executable file
5
exampleSite/content/examples/repo-blowfish-tutorial/_index.ja.md
Executable file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "Blowfish チュートリアル - レポジトリ"
|
||||
date: 2023-10-01
|
||||
externalUrl: "https://github.com/nunocoracao/blowfish-tutorial"
|
||||
---
|
9
exampleSite/content/tags/_index.ja.md
Normal file
9
exampleSite/content/tags/_index.ja.md
Normal file
|
@ -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.
|
||||
|
||||
---
|
7
exampleSite/content/tags/advanced/_index.ja.md
Normal file
7
exampleSite/content/tags/advanced/_index.ja.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue