minicomp / ed

A Jekyll theme for minimal editions :book:
https://minicomp.github.io/ed/
Other
247 stars 129 forks source link

is there a way to change favicon.ico #13

Closed Arconapalus closed 5 years ago

Arconapalus commented 5 years ago

I'm looking to change the image of favicon.ico but when I do, in staging the image is there but then when I close the bundle jekyll --livereload (terminate) and then reinstate the bundle jekyll --livereload. The favicon.ico erases with original favicon.ico ED.

Is it possible to have the favicon.ico permanently placed?

karlstolley commented 5 years ago

@Arconapalus Jekyll shouldn't be messing with any files in /assets/ (or any other directory).

Browsers can be weird about caching old favicon files; have you verified your file itself inside of /assets/ has changed? Or is it the browser that is showing the Ed. favicon?

Do you have a repo with your project?

Arconapalus commented 5 years ago

Well inside the file of assets/favicon.ico show ED but I delete that image then save a different image favicon.ico. The only catch here, is that when I stop bundle exec jekyll --livereload and start it again. The image that I recently save is then overwritten by bundle I believe and then the favicon.ico displays ED. Thank you for your time

Arconapalus commented 5 years ago

Closing as I resolve this. I deleted from dir of file. Then, I erased browser history and the favicon.ico was fixed. Thank you for your time