Add google+, reddit, snapchat, and band camp links

Add google+, reddit, snapchat, and band camp links. Also updated font
awesome for band camp logo.
This commit is contained in:
halogenica 2017-02-25 22:03:51 -08:00
parent 9166f47355
commit 77a8fc4a30
3 changed files with 54 additions and 10 deletions

View File

@ -17,16 +17,20 @@ pygmentCodeFences = true
name = "Some Person"
email = "youremail@domain.com"
facebook = "username"
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
github = "username"
twitter = "username"
reddit = "username"
linkedin = "username"
xing = "username"
stackoverflow = "users/XXXXXXX/username"
soundcloud = "username"
snapchat = "username"
instagram = "username"
youtube = "user/username" # or channel/channelname
soundcloud = "username"
spotify = "username"
bandcamp = "username"
itchio = "username"
xing = "username"
[[menu.main]]
name = "Blog"

View File

@ -3,6 +3,16 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center footer-links">
{{ if .Site.Author.email }}
<li>
<a href="mailto:{{ .Site.Author.email }}" title="Email me">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{{ end }}
{{ if .Site.Author.facebook }}
<li>
<a href="https://www.facebook.com/{{ .Site.Author.facebook }}" title="Facebook">
@ -13,6 +23,16 @@
</a>
</li>
{{ end }}
{{ if .Site.Author.googleplus }}
<li>
<a href="https://www.plus.google.com/{{ .Site.Author.googleplus }}" title="Google+">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-google-plus fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{{ end }}
{{ if .Site.Author.github }}
<li>
<a href="https://github.com/{{ .Site.Author.github }}" title="GitHub">
@ -33,12 +53,12 @@
</a>
</li>
{{ end }}
{{ if .Site.Author.email }}
{{ if .Site.Author.reddit }}
<li>
<a href="mailto:{{ .Site.Author.email }}" title="Email me">
<a href="https://reddit.com/u/{{ .Site.Author.reddit }}" title="Reddit">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
<i class="fa fa-reddit-alien fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
@ -73,16 +93,16 @@
</a>
</li>
{{ end }}
{{ if .Site.Author.soundcloud }}
{{ if .Site.Author.snapchat }}
<li>
<a href="https://soundcloud.com/{{ .Site.Author.soundcloud }}" title="SoundCloud">
<a href="https://www.snapchat.com/add/{{ .Site.Author.snapchat }}" title="Snapchat">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-soundcloud fa-stack-1x fa-inverse"></i>
<i class="fa fa-snapchat-ghost fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{{ end }}
{{ end }}
{{ if .Site.Author.instagram }}
<li>
<a href="https://www.instagram.com/{{ .Site.Author.instagram }}" title="Instagram">
@ -103,6 +123,16 @@
</a>
</li>
{{ end }}
{{ if .Site.Author.soundcloud }}
<li>
<a href="https://soundcloud.com/{{ .Site.Author.soundcloud }}" title="SoundCloud">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-soundcloud fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{{ end }}
{{ if .Site.Author.spotify }}
<li>
<a href="https://open.spotify.com/user/{{ .Site.Author.spotify }}" title="Spotify">
@ -113,6 +143,16 @@
</a>
</li>
{{ end }}
{{ if .Site.Author.bandcamp }}
<li>
<a href="https://{{ .Site.Author.bandcamp }}.bandcamp.com/" title="Bandcamp">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-bandcamp fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{{ end }}
{{ if .Site.Author.itchio }}
<li>
<a href="https://itch.io/profile/{{ .Site.Author.itchio }}" title="Itch.io">

View File

@ -11,7 +11,7 @@
<link rel="alternate" href="{{ "/index.xml" | absURL }}" type="application/rss+xml" title="{{ .Site.Title }}">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<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="{{ .Site.BaseURL }}/css/main.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />