Social icons
You can have social icons which could lead to your social profile.
Out-of-the box it has:
They could be setup in _config.yml
.
To add more icons do following steps:
- choose an icon you want to use: Font Awesome Icons
- add variable in
_config.yml
- add icon in
social.html
with check if variable exists:
Share buttons
This theme comes with built-in share buttons. You can see them in the bottom of this post.
To turn them on in the header of your post add:
If you want to disable some of them - go to _config.yml:
_config.yml
To add new buttons:
- add icon name in _config.yml;
- add section in _includes/share.html;
- add styles in css/theme.css.