Switched to Font Awesome 5

This commit is contained in:
Ivan Stanul 2018-10-08 11:37:41 +00:00 committed by Achilleas Pipinellis
parent 5d0ad3d826
commit 0cbd38c6e5
4 changed files with 40 additions and 20 deletions

View File

@ -52,6 +52,7 @@ pygmentCodeFences = true
spotify = "username" spotify = "username"
bandcamp = "username" bandcamp = "username"
itchio = "username" itchio = "username"
keybase = "username"
[[menu.main]] [[menu.main]]

View File

@ -2,101 +2,120 @@
id = "email" id = "email"
url = "mailto:%s" url = "mailto:%s"
title = "Email me" title = "Email me"
icon = "fa-envelope" icon = "fas fa-envelope"
[[social_icons]] [[social_icons]]
id = "facebook" id = "facebook"
url = "https://www.facebook.com/%s" url = "https://www.facebook.com/%s"
title = "Facebook" title = "Facebook"
icon = "fa-facebook" icon = "fab fa-facebook"
[[social_icons]] [[social_icons]]
id = "googleplus" id = "googleplus"
url = "https://www.plus.google.com/%s" url = "https://www.plus.google.com/%s"
title = "Google+" title = "Google+"
icon = "fa-google-plus" icon = "fab fa-google-plus"
[[social_icons]] [[social_icons]]
id = "gitlab" id = "gitlab"
url = "https://gitlab.com/%s" url = "https://gitlab.com/%s"
title = "GitLab" title = "GitLab"
icon = "fa-gitlab" icon = "fab fa-gitlab"
[[social_icons]] [[social_icons]]
id = "github" id = "github"
url = "https://github.com/%s" url = "https://github.com/%s"
title = "GitHub" title = "GitHub"
icon = "fa-github" icon = "fab fa-github"
[[social_icons]] [[social_icons]]
id = "twitter" id = "twitter"
url = "https://twitter.com/%s" url = "https://twitter.com/%s"
title = "Twitter" title = "Twitter"
icon = "fa-twitter" icon = "fab fa-twitter"
[[social_icons]] [[social_icons]]
id = "reddit" id = "reddit"
url = "https://reddit.com/u/%s" url = "https://reddit.com/u/%s"
title = "Reddit" title = "Reddit"
icon = "fa-reddit-alien" icon = "fab fa-reddit-alien"
[[social_icons]] [[social_icons]]
id = "linkedin" id = "linkedin"
url = "https://linkedin.com/in/%s" url = "https://linkedin.com/in/%s"
title = "LinkedIn" title = "LinkedIn"
icon = "fa-linkedin" icon = "fab fa-linkedin"
[[social_icons]] [[social_icons]]
id = "xing" id = "xing"
url = "https://www.xing.com/profile/%s" url = "https://www.xing.com/profile/%s"
title = "Xing" title = "Xing"
icon = "fa-xing" icon = "fab fa-xing"
[[social_icons]] [[social_icons]]
id = "stackoverflow" id = "stackoverflow"
url = "https://stackoverflow.com/%s" url = "https://stackoverflow.com/%s"
title = "StackOverflow" title = "StackOverflow"
icon = "fa-stack-overflow" icon = "fab fa-stack-overflow"
[[social_icons]] [[social_icons]]
id = "snapchat" id = "snapchat"
url = "https://www.snapchat.com/add/%s" url = "https://www.snapchat.com/add/%s"
title = "Snapchat" title = "Snapchat"
icon = "fa-snapchat-ghost" icon = "fab fa-snapchat-ghost"
[[social_icons]] [[social_icons]]
id = "instagram" id = "instagram"
url = "https://www.instagram.com/%s" url = "https://www.instagram.com/%s"
title = "Instagram" title = "Instagram"
icon = "fa-instagram" icon = "fab fa-instagram"
[[social_icons]] [[social_icons]]
id = "youtube" id = "youtube"
url = "https://www.youtube.com/%s" url = "https://www.youtube.com/%s"
title = "Youtube" title = "Youtube"
icon = "fa-youtube" icon = "fab fa-youtube"
[[social_icons]] [[social_icons]]
id = "soundcloud" id = "soundcloud"
url = "https://soundcloud.com/%s" url = "https://soundcloud.com/%s"
title = "SoundCloud" title = "SoundCloud"
icon = "fa-soundcloud" icon = "fab fa-soundcloud"
[[social_icons]] [[social_icons]]
id = "spotify" id = "spotify"
url = "https://open.spotify.com/user/%s" url = "https://open.spotify.com/user/%s"
title = "Spotify" title = "Spotify"
icon = "fa-spotify" icon = "fab fa-spotify"
[[social_icons]] [[social_icons]]
id = "bandcamp" id = "bandcamp"
url = "https://%s.bandcamp.com/" url = "https://%s.bandcamp.com/"
title = "Bandcamp" title = "Bandcamp"
icon = "fa-bandcamp" icon = "fab fa-bandcamp"
[[social_icons]] [[social_icons]]
id = "itchio" id = "itchio"
url = "https://itch.io/profile/%s" url = "https://itch.io/profile/%s"
title = "Itch.io" title = "itch.io"
icon = "fa-gamepad" icon = "fas fa-gamepad"
[[social_icons]]
id = "steam"
url = "https://steamcommunity.com/id/%s"
title = "Steam"
icon = "fab fa-steam"
[[social_icons]]
id = "keybase"
url = "https://keybase.io/%s"
title = "Keybase"
icon = "fab fa-keybase"
[[social_icons]]
id = "Goodreads"
url = "https://www.goodreads.com/%s"
title = "Goodreads"
icon = "fab fa-goodreads"

View File

@ -9,7 +9,7 @@
<a href="{{ printf .url (index $.Site.Author .id) }}" title="{{ .title }}"> <a href="{{ printf .url (index $.Site.Author .id) }}" title="{{ .title }}">
<span class="fa-stack fa-lg"> <span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-circle fa-stack-2x"></i>
<i class="fa {{ .icon }} fa-stack-1x fa-inverse"></i> <i class="{{ .icon }} fa-stack-1x fa-inverse"></i>
</span> </span>
</a> </a>
</li> </li>

View File

@ -39,7 +39,7 @@
<link rel="canonical" href="{{ .URL | absLangURL }}" /> <link rel="canonical" href="{{ .URL | absLangURL }}" />
<link rel="alternate" href="{{ "index.xml" | absLangURL }}" type="application/rss+xml" title="{{ .Site.Title }}"> <link rel="alternate" href="{{ "index.xml" | absLangURL }}" type="application/rss+xml" title="{{ .Site.Title }}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" /> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="{{ "css/main.css" | absURL }}" /> <link rel="stylesheet" href="{{ "css/main.css" | absURL }}" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />