Use your logo
One of the first and most important things to do is replace the template's logo with your own logo.
There are three files in /images
you need to update:
¹ Separating the text from your logo shape can look nicer, because then the template can wrap the text to a new line dynamically depending on the screen size. If you can't or don't want to do this, tell the template in your site settings.
Favicon variations
The tool realfavicongenerator can generate tons of variations of your logo for things like: iOS/Android homepage bookmarks, Windows start menu bookmarks, Safari pinned tabs, and Internet Explorer fallbacks. In our opinion, these are pretty rarely used/encountered by visitors, so we elected to reduce this to a simple subset that covers most common use cases.
However, you can still easily include them in the template. Just follow the tool's process, and put the images it gives you in your repo, and paste the code it gives you in place of <link rel="icon">
in /_includes/meta.html
, and that's it!
Last updated