hugo-theme-introduction/layouts
Alison Presmanes Hill 2c5cfbc4b3 Add fa icon packs (#113)
This PR adds functionality for users to specify which `icon_pack` to use (`fas` or `fab`; see: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4) in the `config.toml` file, so that users can use the solid icons as well as the brand icons.

```
    [[params.social]]
        url   = "https://twitter.com/"
        icon  = "twitter" # icon name without the 'fa-'
        icon_pack = "fab"
    [[params.social]]
        url   = "https://facebook.com/"
        icon  = "facebook-f" # icon name without the 'fa-'
        icon_pack = "fab"
    [[params.social]]
        url   = "https://linkedin.com/"
        icon  = "linkedin-in" # icon name without the 'fa-'
        icon_pack = "fab"
    [[params.social]]
        url = "mailto:youremail@email.com"  # For a direct email link, use "mailto:test@example.org".
        icon = "paper-plane" # icon name without the 'fa-'
        icon_pack = "fas"
```
2018-12-14 09:32:50 +01:00
..
_default Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
blog Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
partials Add fa icon packs (#113) 2018-12-14 09:32:50 +01:00
projects Merge branch 'next_gen' of https://github.com/Hanzei/hugo-theme-introduction into Hanzei-next_gen 2018-09-03 16:59:49 +09:00
404.html Use baseof temple to dry code 2018-07-01 10:09:29 +02:00
index.html Allow to have the fade-in effect only on main page (#78) 2018-09-30 19:32:21 +02:00