diff --git a/README.ko.md b/README.ko.md index 8b1c25a..e6ed42b 100644 --- a/README.ko.md +++ b/README.ko.md @@ -219,6 +219,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 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