Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 2.51 KB

use-your-logo.md

File metadata and controls

17 lines (10 loc) · 2.51 KB

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:

FilenameAcceptable formatsPurposeTips for best appearance
logo.svg .png .jpgDisplayed in the header of your site on every page.
  • SVG with transparent background
  • No text¹
  • Very tight cropping (template already adds margins)
icon.png .jpgYour site's favicon.
  • PNG
  • 1:1 square aspect ratio
  • 512 x 512 px
  • Very tight cropping
  • Discernable at very small size
  • Discernable on light or dark background
share.jpg .pngPreview image when you share a link to your site on Twitter, Slack, etc.

{% hint style="info" %} ¹ 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. {% endhint %}

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!