From 48c27ebd25741574097dd1b3f5213ceed157d5db Mon Sep 17 00:00:00 2001
From: Sushanta Banerjee <104208991+TheLunaticDev@users.noreply.github.com>
Date: Sat, 2 Dec 2023 15:37:37 +0530
Subject: [PATCH] Corrected a minor spelling mistake from bue to but on getting
started page under Thumbnails & Backgrounds
---
exampleSite/content/docs/getting-started/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/exampleSite/content/docs/getting-started/index.md b/exampleSite/content/docs/getting-started/index.md
index 6c021a9e..c5937e2a 100644
--- a/exampleSite/content/docs/getting-started/index.md
+++ b/exampleSite/content/docs/getting-started/index.md
@@ -249,7 +249,7 @@ The default `name` is the `pageRef` title cased.
## Thumbnails & Backgrounds
-Blowfish was built so it would be easy to add visual support to your articles. If your familiar with Hugo article strucutre, you just need to place an image file (almost all formats are supported bue we recommend `.png` or `.jpg`) that starts with `feature*` inside your article folder. And that's it, Blowfish will then able to both use the image as a thumbnail within your website as well as for oEmbed cards across social platforms.
+Blowfish was built so it would be easy to add visual support to your articles. If your familiar with Hugo article strucutre, you just need to place an image file (almost all formats are supported but we recommend `.png` or `.jpg`) that starts with `feature*` inside your article folder. And that's it, Blowfish will then able to both use the image as a thumbnail within your website as well as for oEmbed cards across social platforms.
[Here]({{< ref "thumbnails" >}}) is also a guide with more info and a [sample]({{< ref "thumbnail_sample" >}}) if you want to see how you can do it.
@@ -257,4 +257,4 @@ Additionally, Blowfish also supports background hero images in articles and list
## Detailed configuration
-The steps above are the bare minimum configuration. If you now run `hugo server` you will be presented with a blank Blowfish website. Detailed configuration is covered in the [Configuration]({{< ref "configuration" >}}) section.
\ No newline at end of file
+The steps above are the bare minimum configuration. If you now run `hugo server` you will be presented with a blank Blowfish website. Detailed configuration is covered in the [Configuration]({{< ref "configuration" >}}) section.