mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
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:
committed by
GitHub
parent
0fb4eafa63
commit
6c97691f5e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user