summaryrefslogtreecommitdiff
path: root/themes/blowfish/exampleSite/content/guides/template/index.ja.md
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-28 17:33:09 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-28 17:33:09 +0200
commite77051ccc4b47951bfa4fde2be436b1bb2fb113b (patch)
treef0b75ee3521da9c8cd39dac4359212348f70e4e8 /themes/blowfish/exampleSite/content/guides/template/index.ja.md
parent4b355837824ac2422d371acef790f0f4249255c7 (diff)
use https://github.com/nunocoracao/blowfish.git
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