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 new icon to footer? #2233

Open
byandell opened this issue Dec 29, 2023 · 2 comments
Open

Add new icon to footer? #2233

byandell opened this issue Dec 29, 2023 · 2 comments

Comments

@byandell
Copy link

Hi,
I have successfully forked your jekyll-now repository and started to build my own pages (https://byandell.github.io). Thank you!

What I wanted to do is add another icon on the footer of the default layout. To my understanding, that might involve additions to the following files:

  • _config.yml # add line under footer-links:
  • _include/svg-icons.html # add line for new icon
  • _sass/svf-icons.scss # add line with icon SVG details (including image)

The image I want to use is from UW-Madison https://brand.wisc.edu/resource/crest-only-logo-for-web-digital-use-full-color/ (see https://github.com/byandell/byandell.github.io/blob/master/images/README.md and https://github.com/byandell/byandell.github.io/blob/master/images/uw-crest-color-web-digital.svg). UW naturally does not want alteration of their logos, but it seems that jekyll is already doing some SVG image imbedding.

Is there a "simple", "straight-forward" way to use an icon not already in Jekyll?
Thanks for any insights.
Brian

@heywoodlh
Copy link

I found this commit really helpful in figuring out how to add a custom icon: https://github.com/barryclark/jekyll-now/pull/2141/files

@byandell
Copy link
Author

byandell commented Apr 29, 2024 via email

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

2 participants