summaryrefslogtreecommitdiff
path: root/themes/blowfish/exampleSite/content/guides/template/index.ja.md
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/exampleSite/content/guides/template/index.ja.md')
-rw-r--r--themes/blowfish/exampleSite/content/guides/template/index.ja.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/themes/blowfish/exampleSite/content/guides/template/index.ja.md b/themes/blowfish/exampleSite/content/guides/template/index.ja.md
new file mode 100644
index 0000000..412944c
--- /dev/null
+++ b/themes/blowfish/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