victoriadrake / hugo-theme-introduction

Minimal, single page, smooth-scrolling theme for Hugo static site generator.
https://hugo-introduction.netlify.com/
Apache License 2.0
668 stars 265 forks source link

Update Font Awesome #287

Closed mjdescy closed 3 years ago

mjdescy commented 3 years ago

I very much want to include the "microblog" icon from Font Awesome 5.14.0 in my site's social icons. When I try to use it, using the code below in config.toml, nothing displays:

[[params.social]]
    url   = "https://user.micro.blog"
    icon  = "microblog" # icon name without the 'fa-'
    icon_pack = "fab"

Unfortunately, I don't know how to resolve this on my own. Does the Font Awesome code in the theme need to be updated? (I don't know how to do that.)

MyGiHu commented 3 years ago

You are right. Font Awesome is not up to date and is missing the microblog icon from newer releases.

victoriadrake commented 3 years ago

Font Awesome should be updated to include the "microblog' icon and other icons. Thank you @mjdescy for bringing this up!

ttheng3810 commented 3 years ago

Hello, I would also like to point out that other than the "microblog" icon, the "blog" icon from Font Awesome 5.6.0 does not display on the site as well, after similar procedures as mentioned by @mjdescy are carried out.

The code used in the config.toml file:

[[params.social]]
    url   = "https://somebodys.blog"
    icon  = "blog" # icon name without the 'fa-'
    icon_pack = "fas"
arturjzapater commented 3 years ago

Hey, how's the progress on this? If no one is working on it, I'd be happy to do it (it might have to wait until the weekend, though)

victoriadrake commented 3 years ago

Please feel free, and thank you!

arturjzapater commented 3 years ago

Great!