mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
✏️ Fix folder structure example on Thumbnails page
This commit is contained in:
parent
18428a79b8
commit
d0ada22e81
1 changed files with 3 additions and 2 deletions
|
@ -31,13 +31,14 @@ content
|
||||||
└── awesome_article.md
|
└── awesome_article.md
|
||||||
```
|
```
|
||||||
|
|
||||||
You need to change it from a single markdown file into a folder. Create a directory with the same name of the article, inside create a `index.md` file. You'll get a structure similar to what's below.
|
You need to change it from a single Markdown file into a folder. Create a directory with the same name of the article, inside create a `index.md` file. You'll get a structure similar to what's below.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
content
|
content
|
||||||
└── awesome_article
|
└── awesome_article
|
||||||
└── featured.png
|
└── index.md
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you just need to add an image like explained earlier. If you want to see a sample of this, you can consult [this sample]({{< ref "thumbnail_sample" >}}).
|
Then you just need to add an image like explained earlier. If you want to see a sample of this, you can consult [this sample]({{< ref "thumbnail_sample" >}}).
|
||||||
|
|
||||||
## Hero Images
|
## Hero Images
|
||||||
|
|
Loading…
Reference in a new issue