diff --git a/_config.yml b/_config.yml index 5cf33e2..4284d1f 100644 --- a/_config.yml +++ b/_config.yml @@ -45,15 +45,15 @@ round-avatar: true # --- Footer options --- # -# Select your active Social Network links. -# Uncomment the links you want to show in the footer and add your information to each link. -# You can reorder the items to define the link order. +# Select the social network links that you want to show in the footer. +# Uncomment the links you want to show and add your information to each one. +# If you don't want to show a link to an RSS feed, set rss to "false". social-network-links: - rss: true email: "someone@example.com" facebook: deanattali github: daattali twitter: daattali + rss: true # reddit: yourname # linkedin: daattali # xing: yourname diff --git a/_data/SocialNetworks.yml b/_data/SocialNetworks.yml deleted file mode 100644 index 11c070b..0000000 --- a/_data/SocialNetworks.yml +++ /dev/null @@ -1,92 +0,0 @@ -# You can define your custom social network links here. -# Use the same key you added in _config.yml -> social-network-links. -# In addition to that you need to specify the following properties: -# name: Specify a user-friendly name that will be used as a link title -# urlTemplate: Define a URL template. The variable {value} will be replaced -# with the value of site.social-network-links. -# icon: Specify valid fontawesome icon classes (style + icon), -# e.g. "fab fa-github" or "fas fa-rss" - -facebook: - name: "Facebook" - urlTemplate: "https://www.facebook.com/{value}" - icon: "fab fa-facebook" - -github: - name: "GitHub" - urlTemplate: "https://github.com/{value}" - icon: "fab fa-github" - -twitter: - name: "Twitter" - urlTemplate: "https://twitter.com/{value}" - icon: "fab fa-twitter" - -reddit: - name: "Reddit" - urlTemplate: "https://reddit.com/u/{value}" - icon: "fab fa-reddit" - -email: - name: "Email me" - urlTemplate: "mailto:{value}" - icon: "fas fa-envelope" - -linkedin: - name: "LinkedIn" - urlTemplate: "https://linkedin.com/in/{value}" - icon: "fab fa-linkedin" - -xing: - name: "Xing" - urlTemplate: "https://www.xing.com/profile/{value}" - icon: "fab fa-xing" - -stackoverflow: - name: "StackOverflow" - urlTemplate: "https://stackoverflow.com/users/{value}" - icon: "fab fa-stack-overflow" - -snapchat: - name: "Snapchat" - urlTemplate: "https://www.snapchat.com/add/{value}" - icon: "fab fa-snapchat-ghost" - -instagram: - name: "Instagram" - urlTemplate: "https://www.instagram.com/{value}" - icon: "fab fa-instagram" - -youtube: - name: "YouTube" - urlTemplate: "https://www.youtube.com/{value}" - icon: "fab fa-youtube" - -spotify: - name: "Spotify" - urlTemplate: "https://open.spotify.com/user/{value}" - icon: "fab fa-spotify" - -telephone: - name: "Phone" - urlTemplate: "tel:{value}" - icon: "fas fa-phone" - -rss: - name: "RSS" - icon: "fas fa-rss" - -steam: - name: "Steam" - urlTemplate: "https://steamcommunity.com/id/{value}" - icon: "fab fa-steam" - -twitch: - name: "Twitch" - urlTemplate: "https://www.twitch.tv/{value}" - icon: "fab fa-twitch" - -yelp: - name: "Yelp" - urlTemplate: "https://{value}.yelp.com" - icon: "fab fa-yelp" diff --git a/_includes/footer.html b/_includes/footer.html index e03bd97..3150eff 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,28 +2,7 @@ diff --git a/_includes/social-networks-links.html b/_includes/social-networks-links.html new file mode 100644 index 0000000..f553994 --- /dev/null +++ b/_includes/social-networks-links.html @@ -0,0 +1,207 @@ +