Font to fork (#420)

* Switch FontAwesome CDN to ForkAwesome

* Converted font-awesome icons to fork-awesome

* converted icons to forkawesome

* Converted folder icon to fork-awesome icon

* Update tags.html

* Update config.toml
This commit is contained in:
Demetrios Lambropoulos
2020-09-29 12:28:08 -04:00
committed by GitHub
parent 0fb4eafa63
commit 6c97691f5e
6 changed files with 13 additions and 13 deletions

View File

@@ -73,32 +73,32 @@ disqusShortname = "yourdiscussshortname"
[[params.social]]
name = "Github"
icon = "fab fa-github"
icon = "fa fa-github"
weight = 1
url = "https://github.com/johndoe/"
[[params.social]]
name = "Gitlab"
icon = "fab fa-gitlab"
icon = "fa fa-gitlab"
weight = 2
url = "https://gitlab.com/johndoe/"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
icon = "fa fa-twitter"
weight = 3
url = "https://twitter.com/johndoe/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin"
icon = "fa fa-linkedin"
weight = 4
url = "https://www.linkedin.com/in/johndoe/"
[[params.social]]
name = "Medium"
icon = "fab fa-medium"
icon = "fa fa-medium"
weight = 5
url = "https://medium.com/@johndoe"
[[params.social]]
name = "RSS"
icon = "fas fa-rss"
icon = "fa fa-rss"
weight = 6
url = "https://myhugosite.com/index.xml"
rel = "alternate"