From e77051ccc4b47951bfa4fde2be436b1bb2fb113b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 28 Apr 2024 17:33:09 +0200 Subject: use https://github.com/nunocoracao/blowfish.git --- .../content/guides/template/featured.jpg | Bin 0 -> 95070 bytes .../content/guides/template/img/example.jpg | Bin 0 -> 95131 bytes .../content/guides/template/index.it.md | 36 ++++++++++++++++++++ .../content/guides/template/index.ja.md | 36 ++++++++++++++++++++ .../exampleSite/content/guides/template/index.md | 36 ++++++++++++++++++++ .../content/guides/template/index.zh-cn.md | 37 +++++++++++++++++++++ 6 files changed, 145 insertions(+) create mode 100644 themes/blowfish/exampleSite/content/guides/template/featured.jpg create mode 100644 themes/blowfish/exampleSite/content/guides/template/img/example.jpg create mode 100644 themes/blowfish/exampleSite/content/guides/template/index.it.md create mode 100644 themes/blowfish/exampleSite/content/guides/template/index.ja.md create mode 100644 themes/blowfish/exampleSite/content/guides/template/index.md create mode 100644 themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md (limited to 'themes/blowfish/exampleSite/content/guides/template') diff --git a/themes/blowfish/exampleSite/content/guides/template/featured.jpg b/themes/blowfish/exampleSite/content/guides/template/featured.jpg new file mode 100644 index 0000000..479eda0 Binary files /dev/null and b/themes/blowfish/exampleSite/content/guides/template/featured.jpg differ diff --git a/themes/blowfish/exampleSite/content/guides/template/img/example.jpg b/themes/blowfish/exampleSite/content/guides/template/img/example.jpg new file mode 100644 index 0000000..dbda6dc Binary files /dev/null and b/themes/blowfish/exampleSite/content/guides/template/img/example.jpg differ diff --git a/themes/blowfish/exampleSite/content/guides/template/index.it.md b/themes/blowfish/exampleSite/content/guides/template/index.it.md new file mode 100644 index 0000000..262ad18 --- /dev/null +++ b/themes/blowfish/exampleSite/content/guides/template/index.it.md @@ -0,0 +1,36 @@ +--- +title: "Recipe Template" +date: 1987-12-22 +draft: false +description: "Template for creating a recipe for Blowfish theme" +tags: ["template"] +--- + +Thank you for wanting to contribute to Blowfish's community. + +## How to start? +This is a template article that will explain how to create a new article for Blowfish's guide section. + +## Clone Blowfish +Clone this repo with the following command: + +```bash +git clone https://github.com/nunocoracao/blowfish.git +``` + +## Setup your files +Copy and paste the entire folder where this `.md` file is. + +Name it using the following convention `YYYYMM-title`, no white spaces are allowed. + +## Write your guide +Write your guide :) + +Use the `img` folder to place your images and use them: + +![]() + +![Example](img/example.jpg "Image caption") + +## Open a PR +Open a PR and thanks in advance for your contribution. \ No newline at end of file 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 diff --git a/themes/blowfish/exampleSite/content/guides/template/index.md b/themes/blowfish/exampleSite/content/guides/template/index.md new file mode 100644 index 0000000..262ad18 --- /dev/null +++ b/themes/blowfish/exampleSite/content/guides/template/index.md @@ -0,0 +1,36 @@ +--- +title: "Recipe Template" +date: 1987-12-22 +draft: false +description: "Template for creating a recipe for Blowfish theme" +tags: ["template"] +--- + +Thank you for wanting to contribute to Blowfish's community. + +## How to start? +This is a template article that will explain how to create a new article for Blowfish's guide section. + +## Clone Blowfish +Clone this repo with the following command: + +```bash +git clone https://github.com/nunocoracao/blowfish.git +``` + +## Setup your files +Copy and paste the entire folder where this `.md` file is. + +Name it using the following convention `YYYYMM-title`, no white spaces are allowed. + +## Write your guide +Write your guide :) + +Use the `img` folder to place your images and use them: + +![]() + +![Example](img/example.jpg "Image caption") + +## Open a PR +Open a PR and thanks in advance for your contribution. \ No newline at end of file diff --git a/themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md b/themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md new file mode 100644 index 0000000..9b9f549 --- /dev/null +++ b/themes/blowfish/exampleSite/content/guides/template/index.zh-cn.md @@ -0,0 +1,37 @@ +--- +title: "使用指南模板" +date: 1987-12-22 +draft: false +description: "用于创建 Blowfish 主题使用指南的模板" +tags: ["模板"] +--- + +感谢您愿意为 Blowfish 社区做出贡献。 + +## 如何开始? +这是一篇模板文章,将解释如何为 Blowfish 的指南部分创建新文章。 + +## Clone Blowfish 仓库 +使用以下命令 clone 此仓库: + +```bash +git clone https://github.com/nunocoracao/blowfish.git +``` + +## 配置您的文档 +复制并粘贴您要创建的 `.md` 文档所在的整个文件夹。 +使用 `YYYYMM-<英文标题>` 的格式(例如:`200601-tutorial`)命名文档,不允许有空格。 + +## 编写您的指南 +编写您的指南 :) + +在 `img` 文件夹中储存图像并按下述格式引用它们: + +``` md +![]() +``` + +![Example](img/example.jpg "Image caption") + +## 提交 PR +提交您的 PR ,Blowfish 团队在这里提前感谢您对我们这个项目的贡献。 \ No newline at end of file -- cgit v1.2.3