jekyll / minima

Minima is a one-size-fits-all Jekyll theme for writers.

Home Page:https://jekyll.github.io/minima/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I add a site logo?

fraterr opened this issue · comments

I'd like to add the site logo on the left of the site title. How do I do that?
context: GitHub Pages

You need to add favicon, look in /_includes/custom-head.html for details.

commented

You can extend and customize the header template, check our example:
https://github.com/loveaas/loveaas.com/blob/main/docs/_includes/header.html
https://loveaas.com/

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master/main branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.

Fresh Jekyll install for a testing site, would like to add our site logo to the top left hand corner so it meets our brand guidelines. The minima theme doesn't appear to support this without editing the CSS by hand. If you google this, e.g. https://www.google.com/search?q=jekyll+add+logo+minima there's about 3 million results with all the top results being people asking how to do this and getting a variety of answers.