From cf15eca10f349576b16164202357eee76e4bdac7 Mon Sep 17 00:00:00 2001 From: Lemon73-Computing Date: Thu, 14 Mar 2024 20:32:09 +0900 Subject: [PATCH] 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