Skip to content

Add an icon to the footer #19

Answered by kdevo
bluefander asked this question in Q&A
Jun 9, 2021 · 1 comments · 26 replies
Discussion options

You must be logged in to vote

Hi,

icons are currently only available as a minified/customized icon font in master branch. This font needs a rebuild in case of any additional icons than mentioned in the config, which ensures minimal loading times by only providing a subset of icons. Unfortunately, this also means it's not enough to add the unicode code point to the _icons.scss as you did for the SoundCloud icon.

But there's good news: In dev branch (think of it as "bleeding edge"), I have already integrated my solution for dynamically embedding SVG icons. Hence, you've 3 possibilities to add your SoundCloud icon as far as I can see:

  1. Easiest: Check out the dev branch, run hugo mod get -u and add soundcloud: fab soundcloud

Replies: 1 comment 26 replies

Comment options

You must be logged in to vote
26 replies
@bluefander
Comment options

@kdevo
Comment options

@kdevo
Comment options

@bluefander
Comment options

@kdevo
Comment options

kdevo Jul 1, 2021
Maintainer

Answer selected by bluefander
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants