Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-02-18 00:34:53 +0300
committerGitHub <noreply@github.com>2022-02-18 00:34:53 +0300
commit466890d526a57aa3411cfa3a5d74c2da7b29637f (patch)
tree1e17491350084f90624971a6c81e451ca30b0a09
parent01f14768e6e377cfdfe72da9d0267da35ee196e8 (diff)
Update documentation on image resizing
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d53079c..7940b1e 100644
--- a/README.md
+++ b/README.md
@@ -341,10 +341,10 @@ For a featured image to be cropped and resized, it should be named `featuredImag
Also, it should be placed within the page bundle in question, for example:
```shell
content
-├── article
-│   ├── my-post-with-featured-image
-│   │   ├── featuredImage.png
-│   │   └── index.md
+└── article
+    └── my-post-with-featured-image
+      ├── featuredImage.png
+       └── index.md
```
**NOTE**: a featured image defined via the `featuredImage` front matter parameter will **NOT** be cropped and resized.