You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If for some reason the favicons don't get copied over, download [logo.svg](https://github.com/stan-dev/logos/blob/master/logo.svg), and run `pkgdown::build_favicons()` once to build the favicons. If you already have favicons, the template my overwrite them to save a copy and ping `@Visruth` on the Stan Slack.
145
+
If for some reason the favicons don't get copied over, check if you are defining favicons in `pkgdown/favicons`. In most cases you can delete everything in that folder--just delete the logo and favicons if you are worried. The template will hook in the correct favicon and logo. If its not working, download [logo.svg](https://github.com/stan-dev/logos/blob/master/logo.svg) to `/man/figures/logo.svg` and run `pkgdown::build_favicons()` once to build the favicons.
88
146
89
-
Note that the favicons and logo should be copied into your build directory and ideally should be hooked in automatically. If you can't find the logo, you can download it from [here](https://github.com/stan-dev/logos/blob/master/hex_stickers/stan_hex_cut.svg) and follow the same steps above.
147
+
<!-- Note that logo should also be copied into your build directory and will be hooked in automatically. If you can't find the logo, you can download it from [here](https://github.com/stan-dev/logos/blob/master/hex_stickers/stan_hex_cut.svg) and follow the same steps above. -->
90
148
91
-
If you want the hex in your README, edit the `README.MD`. You can take a look at this package's to get an idea of what you need to do (repeated below):
149
+
If you want the hex in your README (or if it isn't working), make sure to edit the `README.MD` or however you generate it. You can take a look at this package's to get an idea of what you need to do (repeated below):
0 commit comments