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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishant Srivastava <nisrulz@gmail.com>2020-01-13 04:05:46 +0300
committerNishant Srivastava <nisrulz@gmail.com>2020-01-13 04:13:21 +0300
commit0b3746147ea2e1db769ba55bdfca504b81bc498e (patch)
tree0bc6d62ebdeafa4c82a1b6d5e794724495f79c26 /README.md
parentff951b388c8bfcb531d1cbf9232f80cd196fff6c (diff)
add info about removing logo from nav bar
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a09f3af..31e2052 100644
--- a/README.md
+++ b/README.md
@@ -213,6 +213,7 @@ You shoud make your own menu.
```bash
logoText = "Zzo" # Logo text that appears in the site navigation bar.
logoType = "short" # long, short -> short: squre shape includes logo text, long: rectangle shape not includes logo text
+logo = true # Logo that appears in the site navigation bar.
description = "The Zzo theme for Hugo example site." # for SEO
custom_css = [] # custom_css = ["scss/custom.scss"] and then make file at root/assets/scss/custom.scss
custom_js = [] # custom_js = ["js/custom.js"] and then make file at root/assets/js/custom.js