hugo-theme-introduction/docs/de
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
..
blog Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
home Add docs/ for demo site 2018-09-16 11:54:03 +09:00
projects Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
tags Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
404.html Fix assets for thems site (#111) 2018-11-28 20:50:50 +01:00
index.html Add fa icon packs (#113) 2018-12-14 09:32:50 +01:00
index.xml Rebuild docs/ pages site 2018-10-04 12:09:44 +08:00
sitemap.xml Rebuild docs/ pages site 2018-10-04 12:09:44 +08:00