CircleCI-Public / hacktoberfest

Starting in 2019 CircleCI will now join in the annual tradition of Hacktoberfest! Check here for our current Hacktoberfest landing page and learn how you can participate.
https://hacktoberfest.circleci.com
5 stars 13 forks source link

This website needs a favicon #6

Closed FelicianoTech closed 5 years ago

FelicianoTech commented 5 years ago

It's using the default Vue.js favicon right now. We should customize it. My suggestions, in order:

gagandeepp commented 5 years ago

can you please add hacktoberfest or orbtoberfest label to this isssue? I can look into this

FelicianoTech commented 5 years ago

I will but please keep in mind that Hacktoberfest doesn't start until October 1st.

gagandeepp commented 5 years ago

please assign this to me

KyleTryon commented 5 years ago

Notes here for development. The favicon.ico file has been replaced with the CircleCI ico file as per the vue docs, I am not actually sure where the current ico file is coming from. https://hacktoberfest.circleci.com/favicon.ico

Taking a look at the network tab in dev tools it looks like its coming from: https://hacktoberfest.circleci.com/img/icons/favicon-32x32.png

Nelias commented 5 years ago

It has been changed in the public folder but not in the dist folder that is why it was coming from there. In general the dist folder should be added to .gitignore file and generated based on the public folder only when the app is run. At the moment it has to be changed in both places as I did in #19

KyleTryon commented 5 years ago

Re-opening. The change in the PR only allows for a temporary change via the /dist folder. permanent changes must occur in the /src folder.

hurnhu commented 5 years ago

@KyleTryon check my PR, its a fix for it in the vue.config.js

Nelias commented 5 years ago

In Chrome where I opened the website before (https://hacktoberfest.circleci.com) I still have the default Vue favicon simply because it is cached in the browser's cache memory. In Safari where I never opened it before the favicon comes from the static (not generated) public folder and it is displayed correctly as Orbtoberfest graphic. New favicon also works in my phone's Chrome browser and Samsung Internet browser. It is also displayed correctly when I add it to my homescreen (PWA feature).

image