DEV Community

Cover image for Adding social icons to the Bulma Clean Theme footer
C.S. Rhymes
C.S. Rhymes

Posted on • Originally published at csrhymes.com on

Adding social icons to the Bulma Clean Theme footer

Version 1.1.0 of Bulma clean theme has been released. It has a small update that allows you to easily add social media links to the footer of your site.

Font Awesome update

It sounds like a small feature update, but I wanted to create a blog post about it as it required updating to Font Awesome v6 to get the latest social media icons.

When upgrading to v1.1.0 of the theme, please ensure you take a read through the changes in Font Awesome and see if your site is affected by any of the changes.

Font Awesome 6 - What’s changed?

Adding social links to the footer

To add social media links to the footer you need to add a social key to your _config.yml and add the relevant social network names with links to your profiles.

For example:

social:
  facebook: https://www.facebook.com/
  instagram: https://www.instagram.com/
  threads: https://www.threads.net/
  tiktok: https://www.tiktok.com/
  x: https://www.x.com/
  youtube: https://www.youtube.com/

Enter fullscreen mode Exit fullscreen mode

For more information take a look at the theme documentation.

Top comments (0)