Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 769 Bytes

2015-06-11-social-buttons-tutorial.md

File metadata and controls

28 lines (24 loc) · 769 Bytes
layout section-type has-comments title category tags
post
post
true
Modifying the social buttons
tech
tutorial

Social buttons (rendered above the footer) are great for having a small hub with all your social footprint.

You can edit them with the following variables:

social:
  - icon: "github"
    url: "https://github.com/le4ker/personal-jekyll-theme"
  - icon: "linkedin-in"
    url: "https://www.linkedin.com"
  - icon: "x-twitter"
    url: "https://twitter.com/"
  - icon: "rss"
    url: "https://le4ker.github.io/personal-jekyll-theme/feed.xml"

The icon selects the desired Font Awesome icon from the loaded version and it shouldn't include the fa- prefix, since it's prepended automatically.