Commit graph

7 commits

Author SHA1 Message Date
Alex Lovell-Troy
5b134ac767
Fixes by upgrading to fontawesome-free 6.3.0 ()
* Fixes  by upgrading to fontawesome-free 6.3.0

* Replaced the existing font-awesome files with new ones
* Updated references in _variables.scss ro reference theme location
* Tweaked social.html to remove redundant css class

* Updating netlify.toml to more modern values

---------

Co-authored-by: Victoria Drake <24644237+victoriadrake@users.noreply.github.com>
2023-02-19 09:13:04 -06:00
B. Philipp Kleer
67738a31b5
Implementing academicons ()
* Add files via upload

import from scss files from ../vendor

* added academicons import

import from _academicons-import.sass

* added license for academicons

* added academicons fonts/scss in vendor

* added academicons in static/fonts

* changed social.html to differentiate between fontawesome and academicons

* deleted academicons manually loading

in the first steps I had implemented academicons manually before I added it in the assets/sass

* Delete .DS_Store

* Delete .DS_Store

* Delete .DS_Store

---------

Co-authored-by: bpkleer <benk@sowi.jlug.de>
2023-02-18 11:12:44 -06:00
Etienne Membrives
114565af27
Fix social icons with new version of FontAwesome ()
FontAwesome changed the way brand icons should be invoked. This commit
updates the social section to use the new, updated way.
2020-05-12 20:28:23 -04:00
Sascha Mann
7584ca2c4f
Add HTML attributes to social links
* Insert arbitrary HTML attributes to social links via config.toml

(fixes )
2019-01-13 22:52:57 +01:00
Alison Presmanes Hill
2c5cfbc4b3 Add fa icon packs ()
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
Hanzei
0c4bc76495
Bump fontawsome to version 5.1 2018-07-12 12:15:25 +02:00
Hanzei
daca1fe109
Use baseof temple to dry code 2018-07-01 10:09:29 +02:00
Renamed from layouts/partials/social.html (Browse further)