gruh
This commit is contained in:
parent
7a4c5c2d22
commit
2b82345290
663 changed files with 38142 additions and 0 deletions
BIN
themes/bl/exampleSite/content/guides/template/featured.jpg
Normal file
BIN
themes/bl/exampleSite/content/guides/template/featured.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
BIN
themes/bl/exampleSite/content/guides/template/img/example.jpg
Normal file
BIN
themes/bl/exampleSite/content/guides/template/img/example.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
36
themes/bl/exampleSite/content/guides/template/index.md
Normal file
36
themes/bl/exampleSite/content/guides/template/index.md
Normal file
|
@ -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:
|
||||
|
||||
![]()
|
||||
|
||||

|
||||
|
||||
## Open a PR
|
||||
Open a PR and thanks in advance for your contribution.
|
Loading…
Add table
Add a link
Reference in a new issue