From d0ada22e81824a0f4c976a34e9ca2a8af47f62de Mon Sep 17 00:00:00 2001 From: kahakai Date: Mon, 19 Feb 2024 21:27:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20folder=20structure?= =?UTF-8?q?=20example=20on=20Thumbnails=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/docs/thumbnails/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/docs/thumbnails/index.md b/exampleSite/content/docs/thumbnails/index.md index 7de24bd4..6dc1e90c 100644 --- a/exampleSite/content/docs/thumbnails/index.md +++ b/exampleSite/content/docs/thumbnails/index.md @@ -31,13 +31,14 @@ content └── 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 content └── 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" >}}). ## Hero Images