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

github.com/your-identity/hugo-theme-dimension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Sail <andrew@andrewsail.com>2021-05-20 06:19:50 +0300
committerAndrew Sail <andrew@andrewsail.com>2021-05-20 06:19:50 +0300
commitcb5ebeeb4f1b577adc7aa27421f8cff1cac4c7c1 (patch)
tree24ab3776129f01bba8ce3bbaba4a6486899f85b4
parent1cb01a90eefb59d6db2dfe49a20fcf8060425c24 (diff)
fix wording
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5d6be12..aa4547e 100644
--- a/README.md
+++ b/README.md
@@ -60,9 +60,9 @@ logo: "<path or link to image>"
### `background` and `logo` Params
-As indicated above, `background` and `image` can be a jpg of your choice by placing JPGs, PNGs, SVGs, etc. in the `static` directory of your repository. If the `static` directory does not yet exist, create it.
+As indicated above, `background` and `logo` can be an image of your choice by placing JPGs, PNGs, SVGs, etc. in the `static` directory of your repository. If the `static` directory does not yet exist, create it.
-With the following repo structure:
+Given the following repo structure:
```
.
├── config.toml
@@ -96,7 +96,7 @@ With the following repo structure:
---
```
-Follow the same conventions as above for `logo`. **Alternatively**, both `background` and `logo` can be URLs to online resources.
+Follow the same conventions as demonstrated above for `logo`.
## How to run your site
From your Hugo root directory run: