I want to replace the logo that in the top left like here http://squidfunk.github.io/mkdocs-material/ with my own custom logo.
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.
Replacing with font icon: http://facelessuser.github.io/pymdown-extensions/
Config (Using Material font icon name): https://github.com/facelessuser/pymdown-extensions/blob/master/mkdocs.yml#L18
Replacing with PNG icon: https://facelessuser.github.io/Rummage/
Config (path to PNG -- some styling for size done separately in CSS): https://github.com/facelessuser/Rummage/blob/master/mkdocs.yml#L17
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'
Most helpful comment
It is now
see https://squidfunk.github.io/mkdocs-material/release-notes/#material-1x-to-2x