Mkdocs-material: How do I change the graduate cap logo in the top left

Created on 9 Aug 2017  路  7Comments  路  Source: squidfunk/mkdocs-material

I want to replace the logo that in the top left like here http://squidfunk.github.io/mkdocs-material/ with my own custom logo.

Most helpful comment

It is now

theme:
  logo: 'logo.jpg'

see https://squidfunk.github.io/mkdocs-material/release-notes/#material-1x-to-2x

All 7 comments

nvm found it

What was your solution?

The solution is adding

extra:
  logo: 'logo.jpg'

to mkdocks.yml

I am not sure this works with the latest version. Can anyone confirm please?

@timrobertson100, are you saying it used to work for you and now it doesn't? Or that you just can't get it to work?

I have multiple projects that use the icon replacing feature, and it works in tall of them, both when replacing with png or font icon.

If you are having issues, opening an issue with some details may help.

It is now

theme:
  logo: 'logo.jpg'

see https://squidfunk.github.io/mkdocs-material/release-notes/#material-1x-to-2x

Thank you @martinbira - that is what I had overlooked

The following works

site_name: Pipelines Specification
theme: 
  name: 'material'
  logo: 'https://images.contentful.com/q553fnlofhvs/5kTViDSohOKAokEIy48M04/7f35eec668f5c716308c9a49810820aa/GBIF-2015-mark.png'
Was this page helpful?
0 / 5 - 0 ratings