add info about removing logo from nav bar
This commit is contained in:
parent
ff951b388c
commit
0b3746147e
|
@ -219,6 +219,7 @@ You shoud make your own menu.
|
||||||
```bash
|
```bash
|
||||||
logoText = "Zzo" # Logo text that appears in the site navigation bar.
|
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
|
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
|
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_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
|
custom_js = [] # custom_js = ["js/custom.js"] and then make file at root/assets/js/custom.js
|
||||||
|
|
|
@ -213,6 +213,7 @@ You shoud make your own menu.
|
||||||
```bash
|
```bash
|
||||||
logoText = "Zzo" # Logo text that appears in the site navigation bar.
|
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
|
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
|
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_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
|
custom_js = [] # custom_js = ["js/custom.js"] and then make file at root/assets/js/custom.js
|
||||||
|
|
Loading…
Reference in New Issue