added more social bits
This commit is contained in:
parent
21262e4c37
commit
0bfc467cbd
56
_config.yml
56
_config.yml
|
@ -35,7 +35,7 @@ description : "Random Spews"
|
||||||
url : "https://tarasis.net" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
url : "https://tarasis.net" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
||||||
baseurl : ""
|
baseurl : ""
|
||||||
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
||||||
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
|
teaser : #"/assets/images/500x300.png" # path of fallback teaser image, e.g. "/assets/images/500x300.png"
|
||||||
logo : "/assets/images/apple-touch-icon.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
|
logo : "/assets/images/apple-touch-icon.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
|
||||||
masthead_title : "" # overrides the website title displayed in the masthead, use " " for no title
|
masthead_title : "" # overrides the website title displayed in the masthead, use " " for no title
|
||||||
breadcrumbs : false # true, false (default)
|
breadcrumbs : false # true, false (default)
|
||||||
|
@ -114,24 +114,44 @@ author:
|
||||||
name : "Robert McGovern"
|
name : "Robert McGovern"
|
||||||
avatar : "/assets/images/bio-photo.jpg"
|
avatar : "/assets/images/bio-photo.jpg"
|
||||||
bio : "Wannabe field researcher for the Hitchhikers Guide to the Galaxy"
|
bio : "Wannabe field researcher for the Hitchhikers Guide to the Galaxy"
|
||||||
location : "Sector ZZ9 Plural Z\n Alpha"
|
location : "Sector ZZ9 Plural Z Alpha"
|
||||||
links:
|
links:
|
||||||
- label: "Your Website"
|
- label: "Website"
|
||||||
icon: "fas fa-fw fa-link"
|
icon: "fas fa-fw fa-link"
|
||||||
url: "https://tarasis.net"
|
url: "https://tarasis.net"
|
||||||
|
- label: "Linkedin"
|
||||||
|
icon: "fab fa-fw fa-linkedin"
|
||||||
|
url: "https://www.linkedin.com/in/robertmcgovern/"
|
||||||
|
- label: "Github"
|
||||||
|
icon: "fab fa-fw fa-github"
|
||||||
|
url: "https://github.com/tarasis"
|
||||||
- label: "Twitter"
|
- label: "Twitter"
|
||||||
icon: "fab fa-fw fa-twitter-square"
|
icon: "fab fa-fw fa-twitter-square"
|
||||||
url: "https://twitter.com/tarasis"
|
url: "https://twitter.com/tarasis"
|
||||||
- label: "Facebook"
|
- label: "Facebook"
|
||||||
icon: "fab fa-fw fa-facebook"
|
icon: "fab fa-fw fa-facebook"
|
||||||
url: "https://www.facebook.com/tarasis"
|
url: "https://www.facebook.com/tarasis"
|
||||||
- label: "GitHub"
|
|
||||||
icon: "fab fa-fw fa-github"
|
|
||||||
url: "https://github.com/tarasis"
|
|
||||||
- label: "Instagram"
|
- label: "Instagram"
|
||||||
icon: "fab fa-fw fa-instagram"
|
icon: "fab fa-fw fa-instagram"
|
||||||
url: "https://instagram.com/tarasis"
|
url: "https://instagram.com/tarasis"
|
||||||
|
- label: "Flickr"
|
||||||
|
icon: "fab fa-fw fa-flickr"
|
||||||
|
url: "https://www.flickr.com/photos/tarasis/"
|
||||||
|
- label: "Youtube"
|
||||||
|
icon: "fab fa-fw fa-youtube"
|
||||||
|
url: "https://www.youtube.com/user/tarasis"
|
||||||
|
- label: "Soundcloud"
|
||||||
|
icon: "fab fa-fw fa-soundcloud"
|
||||||
|
url: "https://soundcloud.com/tarasis"
|
||||||
|
- label: "Last.FM"
|
||||||
|
icon: "fab fa-fw fa-lastfm"
|
||||||
|
url: "https://www.last.fm/user/tarasis"
|
||||||
|
- label: "Reddit"
|
||||||
|
icon: "fab fa-fw fa-reddit"
|
||||||
|
url: "https://www.reddit.com/user/tarasis"
|
||||||
|
- label: "Pinterest"
|
||||||
|
icon: "fab fa-fw fa-pinterest"
|
||||||
|
url: "https://www.pinterest.com/tarasis/"
|
||||||
|
|
||||||
# Site Footer
|
# Site Footer
|
||||||
footer:
|
footer:
|
||||||
|
@ -324,22 +344,14 @@ defaults:
|
||||||
layout: single
|
layout: single
|
||||||
author_profile: true
|
author_profile: true
|
||||||
share: true
|
share: true
|
||||||
# _pets
|
|
||||||
- scope:
|
|
||||||
path: ""
|
|
||||||
type: pets
|
|
||||||
values:
|
|
||||||
layout: single
|
|
||||||
author_profile: true
|
|
||||||
share: true
|
|
||||||
# _portfolio
|
# _portfolio
|
||||||
- scope:
|
#- scope:
|
||||||
path: ""
|
# path: ""
|
||||||
type: portfolio
|
# type: portfolio
|
||||||
values:
|
# values:
|
||||||
layout: single
|
# layout: single
|
||||||
author_profile: false
|
# author_profile: false
|
||||||
share: true
|
# share: true
|
||||||
|
|
||||||
# Octopress Configs
|
# Octopress Configs
|
||||||
# Default extension for new posts and pages
|
# Default extension for new posts and pages
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue