Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for professional favicon #15

Open
NGenetzky opened this issue May 1, 2019 · 0 comments
Open

Add support for professional favicon #15

NGenetzky opened this issue May 1, 2019 · 0 comments

Comments

@NGenetzky
Copy link

I have done this with my hugo-resume which uses this Theme. It makes it so much more professional looking. Used favicon from favicon.io, such as man-technologist.

Had to add this snippet to "head.html" and then add the relevant files to ./static/.

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant