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:
parent
9166f47355
commit
77a8fc4a30
@ -17,16 +17,20 @@ pygmentCodeFences = true
|
|||||||
name = "Some Person"
|
name = "Some Person"
|
||||||
email = "youremail@domain.com"
|
email = "youremail@domain.com"
|
||||||
facebook = "username"
|
facebook = "username"
|
||||||
|
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
||||||
github = "username"
|
github = "username"
|
||||||
twitter = "username"
|
twitter = "username"
|
||||||
|
reddit = "username"
|
||||||
linkedin = "username"
|
linkedin = "username"
|
||||||
|
xing = "username"
|
||||||
stackoverflow = "users/XXXXXXX/username"
|
stackoverflow = "users/XXXXXXX/username"
|
||||||
soundcloud = "username"
|
snapchat = "username"
|
||||||
instagram = "username"
|
instagram = "username"
|
||||||
youtube = "user/username" # or channel/channelname
|
youtube = "user/username" # or channel/channelname
|
||||||
|
soundcloud = "username"
|
||||||
spotify = "username"
|
spotify = "username"
|
||||||
|
bandcamp = "username"
|
||||||
itchio = "username"
|
itchio = "username"
|
||||||
xing = "username"
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
|
@ -3,6 +3,16 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||||
<ul class="list-inline text-center footer-links">
|
<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 }}
|
{{ if .Site.Author.facebook }}
|
||||||
<li>
|
<li>
|
||||||
<a href="https://www.facebook.com/{{ .Site.Author.facebook }}" title="Facebook">
|
<a href="https://www.facebook.com/{{ .Site.Author.facebook }}" title="Facebook">
|
||||||
@ -13,6 +23,16 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ if .Site.Author.github }}
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/{{ .Site.Author.github }}" title="GitHub">
|
<a href="https://github.com/{{ .Site.Author.github }}" title="GitHub">
|
||||||
@ -33,12 +53,12 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Site.Author.email }}
|
{{ if .Site.Author.reddit }}
|
||||||
<li>
|
<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">
|
<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 fa-envelope fa-stack-1x fa-inverse"></i>
|
<i class="fa fa-reddit-alien fa-stack-1x fa-inverse"></i>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@ -73,12 +93,12 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Site.Author.soundcloud }}
|
{{ if .Site.Author.snapchat }}
|
||||||
<li>
|
<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">
|
<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 fa-soundcloud fa-stack-1x fa-inverse"></i>
|
<i class="fa fa-snapchat-ghost fa-stack-1x fa-inverse"></i>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@ -103,6 +123,16 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ if .Site.Author.spotify }}
|
||||||
<li>
|
<li>
|
||||||
<a href="https://open.spotify.com/user/{{ .Site.Author.spotify }}" title="Spotify">
|
<a href="https://open.spotify.com/user/{{ .Site.Author.spotify }}" title="Spotify">
|
||||||
@ -113,6 +143,16 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ if .Site.Author.itchio }}
|
||||||
<li>
|
<li>
|
||||||
<a href="https://itch.io/profile/{{ .Site.Author.itchio }}" title="Itch.io">
|
<a href="https://itch.io/profile/{{ .Site.Author.itchio }}" title="Itch.io">
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<link rel="alternate" href="{{ "/index.xml" | absURL }}" type="application/rss+xml" title="{{ .Site.Title }}">
|
<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="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="{{ .Site.BaseURL }}/css/main.css" />
|
||||||
<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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user