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

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8d6ca4f..09b94c3 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,10 @@ paginate = 5
[params]
subtitle = "Your site subtitle"
-# [params.logo]
+[params.logo]
+ logoText = ""
+# or
+#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
@@ -58,6 +61,7 @@ paginate = 5
identifier = "contact"
name = "Contact"
url = "/contact"
+
```
to `config.toml` file in your Hugo root directory and change params fields.