Unable to set favicon using Jekyll and github pages

后端 未结 9 1843

I am trying to set a favicon.ico for my github page, but it doesn\'t work. When I serve it locally I see the standard \"empty\" favicon and when I push it I see

9条回答
  •  感情败类
    2020-12-23 13:50

    according to documentation:

    1) put favicon.ico file into assets/images folder of jekyll project as assets/images/favicon.ico

    2) create a _includes/head_custom.html file if not yet exists

    3) add needed overriding content:

    
    

    Done.

提交回复
热议问题