commit
7bb6db67d9
@ -44,11 +44,14 @@ author:
|
|||||||
facebook: yourname # eg. daattali
|
facebook: yourname # eg. daattali
|
||||||
github: yourname # eg. daattali
|
github: yourname # eg. daattali
|
||||||
twitter: yourname # eg. daattali
|
twitter: yourname # eg. daattali
|
||||||
|
google-plus: +yourname # eg. +DeanAttali or 109424658772469020925
|
||||||
linkedin: yourname # eg. daattali
|
linkedin: yourname # eg. daattali
|
||||||
xing: yourname # eg. daattali
|
xing: yourname # eg. daattali
|
||||||
stackoverflow: yourlink # eg. "3943160/daattali"
|
stackoverflow: yourlink # eg. "3943160/daattali"
|
||||||
|
snapchat: yourname # eg. daattali
|
||||||
instagram: yourname # eg. daattali
|
instagram: yourname # eg. daattali
|
||||||
youtube: yourlink # eg. user/daattali or channel/daattali
|
youtube: yourlink # eg. user/daattali or channel/daattali
|
||||||
|
spotify: yourname # eg. daattali
|
||||||
|
|
||||||
# Select which links to show in the footer
|
# Select which links to show in the footer
|
||||||
footer-links-active:
|
footer-links-active:
|
||||||
@ -56,12 +59,15 @@ footer-links-active:
|
|||||||
facebook: true
|
facebook: true
|
||||||
email: true
|
email: true
|
||||||
twitter: true
|
twitter: true
|
||||||
|
google-plus: false
|
||||||
github: true
|
github: true
|
||||||
linkedin: false
|
linkedin: false
|
||||||
xing: false
|
xing: false
|
||||||
stackoverflow: false
|
stackoverflow: false
|
||||||
|
snapchat: false
|
||||||
instagram: false
|
instagram: false
|
||||||
youtube: false
|
youtube: false
|
||||||
|
spotify: false
|
||||||
|
|
||||||
# Select which share links to show in posts
|
# Select which share links to show in posts
|
||||||
share-links-active:
|
share-links-active:
|
||||||
|
@ -32,6 +32,16 @@
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
{% if site.author.google-plus and site.footer-links-active.google-plus %}
|
||||||
|
<li>
|
||||||
|
<a href="https://plus.google.com/{{ site.author.google-plus }}" 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>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if site.author.email and site.footer-links-active.email %}
|
{% if site.author.email and site.footer-links-active.email %}
|
||||||
<li>
|
<li>
|
||||||
@ -73,6 +83,16 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if site.author.snapchat and site.footer-links-active.snapchat %}
|
||||||
|
<li>
|
||||||
|
<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-snapchat-ghost fa-stack-1x fa-inverse"></i>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
{% if site.author.instagram and site.footer-links-active.instagram %}
|
{% if site.author.instagram and site.footer-links-active.instagram %}
|
||||||
<li>
|
<li>
|
||||||
<a href="https://www.instagram.com/{{ site.author.instagram }}" title="Instagram">
|
<a href="https://www.instagram.com/{{ site.author.instagram }}" title="Instagram">
|
||||||
@ -92,6 +112,16 @@
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
{% if site.author.spotify and site.footer-links-active.spotify %}
|
||||||
|
<li>
|
||||||
|
<a href="https://open.spotify.com/user/{{ site.author.spotify }}" title="Spotify">
|
||||||
|
<span class="fa-stack fa-lg">
|
||||||
|
<i class="fa fa-circle fa-stack-2x"></i>
|
||||||
|
<i class="fa fa-spotify fa-stack-1x fa-inverse"></i>
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if site.footer-links-active.rss %}
|
{% if site.footer-links-active.rss %}
|
||||||
<li>
|
<li>
|
||||||
|
@ -4,7 +4,7 @@ common-css:
|
|||||||
- "/css/bootstrap-social.css"
|
- "/css/bootstrap-social.css"
|
||||||
- "/css/main.css"
|
- "/css/main.css"
|
||||||
common-ext-css:
|
common-ext-css:
|
||||||
- "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
|
- "//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css"
|
||||||
common-googlefonts:
|
common-googlefonts:
|
||||||
- "Lora:400,700,400italic,700italic"
|
- "Lora:400,700,400italic,700italic"
|
||||||
- "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
|
- "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
|
||||||
|
Loading…
Reference in New Issue
Block a user