AlanDecode / Blog-With-GitHub-Boilerplate

这是博客文章《完全用 GitHub 写博客》所提出流程的示例仓库。
https://blog.imalan.cn/archives/blog-with-github/
141 stars 337 forks source link

site logo doesn't work #13

Closed stormycloudy closed 4 years ago

stormycloudy commented 4 years ago

Hi Alan,

No matter how I tried, I found the site_logo line in conf.py wouldn't work. And in fact it didn't work in your sample website. Can you please help me look into this issue?

Many thanks.

AlanDecode commented 4 years ago

It works just fine. If you mean your logo does not show on index page, well, the template (Galileo) is designed this way.

stormycloudy commented 4 years ago

It works just fine. If you mean your logo does not show on index page, well, the template (Galileo) is designed this way.

No. I meant the favicon logo doesn't show on the tab. It doesn't show on your sample website, but it does show on your real personal website.

AlanDecode commented 4 years ago

favicon is different from logo. You need to provide one in src/static, and add proper meta tag in head_addon setting.