updated documentation post
This commit is contained in:
parent
0714a9a130
commit
e41aa0e8c2
1 changed files with 13 additions and 10 deletions
|
|
@ -6,21 +6,24 @@ category: tech
|
|||
tags: [ 'tutorial' ]
|
||||
---
|
||||
|
||||
Social buttons (rendered in the footer) are great for having a small hub with all your social footprint.
|
||||
In order to change them, jump to \_config.yml and edit the social list:
|
||||
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:
|
||||
|
||||
<pre><code data-trim class="yaml">
|
||||
social:
|
||||
- title: "facebook"
|
||||
url: "https://facebook.com/"
|
||||
- title: "twitter"
|
||||
url: "https://twitter.com/"
|
||||
- title: "github"
|
||||
url: "https://github.com/"
|
||||
- title: "linkedin"
|
||||
url: "http://linkedin.com/"
|
||||
- title: "youtube"
|
||||
url: "http://youtube.com/"
|
||||
url: "https://github.com/PanosSakkos/personal-jekyll-theme"
|
||||
- title: "bitcoin"
|
||||
url: "https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi"
|
||||
- title: "rss"
|
||||
url: "/feed.xml"
|
||||
</code></pre>
|
||||
|
||||
The titles of the social link are used to find the icon in Font Awesome.
|
||||
|
||||
To look for an icon, search for one at the [Font Awesome icon gallery](https://fortawesome.github.io/Font-Awesome/icons/) and put the icon name (without fa-) as title.
|
||||
The title selects the desired [Font Awesome](https://fortawesome.github.io/Font-Awesome/icons/)
|
||||
icon and it shouldn't include the "fa-" prefix.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue