added info about favicon sizes in readme
This commit is contained in:
parent
de8c3dcef3
commit
79bc934c75
|
@ -38,9 +38,9 @@ summaryLength = 70 # number of words for article summaries
|
||||||
|
|
||||||
# It's best to put these icons in the "static" folder of your site
|
# It's best to put these icons in the "static" folder of your site
|
||||||
logo = "/logo.svg"
|
logo = "/logo.svg"
|
||||||
favicon = "/favicon.png"
|
favicon = "/favicon.png" # 32x32
|
||||||
faviconIco = "/favicon.ico"
|
faviconIco = "/favicon.ico" # 32x32
|
||||||
appletouch = "/apple-touch-icon.png"
|
appletouch = "/apple-touch-icon.png" # 180x180
|
||||||
svgicon = "/logo.svg"
|
svgicon = "/logo.svg"
|
||||||
|
|
||||||
showTags = true # show the Tags menu item; default true
|
showTags = true # show the Tags menu item; default true
|
||||||
|
|
Loading…
Reference in New Issue