Make site logo customizable (#47)
This commit is contained in:
parent
fa4d474974
commit
74bf5e9941
6 changed files with 51 additions and 18 deletions
|
@ -30,6 +30,13 @@ params:
|
|||
# background image of the landing page
|
||||
background: "images/background.jpg"
|
||||
|
||||
# Provide logos for your site. The inverted logo will be used in the initial
|
||||
# transparent navbar and the main logo will be used in the non-transparent navbar.
|
||||
# It will be default to the theme logos if not provided.
|
||||
logo:
|
||||
main: /assets/images/main-logo.png
|
||||
inverted: /assets/images/inverted-logo.png
|
||||
|
||||
# GitHub repo URL of your site
|
||||
gitRepo: https://github.com/hossainemruz/toha-example-site
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue