Danktuary / vuepress-theme-yuu

A VuePress 1.x theme that supports a dark theme, multiple color themes, and other useful features.
https://vuepress-theme-yuu.netlify.com/
MIT License
72 stars 7 forks source link

Is it possible to set favicon? #3

Closed BrianGilbert closed 5 years ago

Danktuary commented 5 years ago

I'm not sure if this would be on a theme level or a VuePress level. 😅 If I had to guess, it'd be on a VuePress level, but someone correct me if I'm wrong.

BlobCodes commented 5 years ago

@BrianGilbert just create a .vuepress/public folder and throw your favicon(s) in there! Vuepress will do the rest for you!

More about that on the docs