summaryrefslogtreecommitdiff
path: root/themes/blowfish/exampleSite/content/guides/template/index.it.md
blob: 262ad18a45ed67528756f8917bb6ad964c550926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.