diff --git a/README.md b/README.md index 5fbaaed92d..9d1e3d1de5 100644 --- a/README.md +++ b/README.md @@ -294,10 +294,16 @@ minima: - title: Jekyll at X (formerly Twitter) icon: x-twitter url: "https://x.com/jekyllrb" + - title: Email Jekyll + icon: envelope + fa_icon_pack: regular + url: "mailto:jekyll@example.com" ``` - -where `title` corresponds to the link-title displayed when a visitor hovers mouse-pointer over url / icon and -`icon` refers to the Font Awesome icon id. e.g. `github` corresponds to `fa-github`. +Properties: +- `title` corresponds to the link-title displayed when a visitor hovers mouse-pointer over url / icon +- `icon` refers to the Font Awesome icon id, e.g. `github` corresponds to `fa-github` +- `fa_icon_pack` (optional) defines the Font Awesome icon pack. Default value is `brands`, which corresponds to `fa-brands` +- `url` url of the social link Social platform icons are rendered using the latest version of Font Awesome Free webfonts sourced via remote CDN. The full list of available social icons can be found at https://fontawesome.com/search?ic=brands diff --git a/_includes/social.html b/_includes/social.html index 7c58b4e1f2..c1588a3b06 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -2,7 +2,7 @@ {%- for entry in site.minima.social_links -%}