mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
translate: japanese - guides-template
This commit is contained in:
parent
531e89ce6c
commit
cf15eca10f
1 changed files with 36 additions and 0 deletions
36
exampleSite/content/guides/template/index.ja.md
Normal file
36
exampleSite/content/guides/template/index.ja.md
Normal file
|
@ -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 を開くことやコントリビューションにあらかじめ感謝の言葉を述べます。
|
Loading…
Reference in a new issue