From 753bea972703a99792fa72c0a0a978419e3b6738 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sat, 17 May 2014 17:48:16 -0400 Subject: SVG icons for every major social network, hooked up to _config.yml --- README.md | 4 ++-- _config.yml | 12 ++++++++++-- _includes/svg-icons/dribbble.html | 5 +++++ _includes/svg-icons/email.html | 5 +++++ _includes/svg-icons/facebook.html | 5 +++++ _includes/svg-icons/flickr.html | 6 ++++++ _includes/svg-icons/github.html | 5 +++++ _includes/svg-icons/instagram.html | 5 +++++ _includes/svg-icons/linkedin.html | 7 +++++++ _includes/svg-icons/pinterest.html | 5 +++++ _includes/svg-icons/rss.html | 5 +++++ _includes/svg-icons/twitter.html | 5 +++++ _layouts/default.html | 12 ++++++++++-- scss/style.scss | 4 ---- style.css | 2 -- 15 files changed, 75 insertions(+), 12 deletions(-) create mode 100644 _includes/svg-icons/dribbble.html create mode 100644 _includes/svg-icons/email.html create mode 100644 _includes/svg-icons/facebook.html create mode 100644 _includes/svg-icons/flickr.html create mode 100644 _includes/svg-icons/github.html create mode 100644 _includes/svg-icons/instagram.html create mode 100644 _includes/svg-icons/linkedin.html create mode 100644 _includes/svg-icons/pinterest.html create mode 100644 _includes/svg-icons/rss.html create mode 100644 _includes/svg-icons/twitter.html diff --git a/README.md b/README.md index 48e4f92..e65ae7b 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,6 @@ If you'd like me to let you know when I release a new theme, just [drop me your ## Credits -- SVG icons +- [SVG icons](https://github.com/neilorangepeel/Free-Social-Icons) by Neil Orange Peel +- The team at [Jekyll](https://github.com/jekyll/jekyll)! - Code/design reviewers -- Jekyll! \ No newline at end of file diff --git a/_config.yml b/_config.yml index c8aa21a..9292b94 100644 --- a/_config.yml +++ b/_config.yml @@ -21,9 +21,17 @@ disqus: # Your Google Analytics web tracking code (e.g. UA-2110908-2) google_analytics: -# Links used for your social icons -links: +# Includes an icon in the footer for each username you enter +footer-links: + dribbble: + email: + facebook: + flickr: github: your-username + instagram: + linkedin: + pinterest: + rss: twitter: your-username # diff --git a/_includes/svg-icons/dribbble.html b/_includes/svg-icons/dribbble.html new file mode 100644 index 0000000..bed9b6f --- /dev/null +++ b/_includes/svg-icons/dribbble.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_includes/svg-icons/email.html b/_includes/svg-icons/email.html new file mode 100644 index 0000000..7e42165 --- /dev/null +++ b/_includes/svg-icons/email.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_includes/svg-icons/facebook.html b/_includes/svg-icons/facebook.html new file mode 100644 index 0000000..a0a9891 --- /dev/null +++ b/_includes/svg-icons/facebook.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_includes/svg-icons/flickr.html b/_includes/svg-icons/flickr.html new file mode 100644 index 0000000..bf3f1e1 --- /dev/null +++ b/_includes/svg-icons/flickr.html @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/_includes/svg-icons/github.html b/_includes/svg-icons/github.html new file mode 100644 index 0000000..1864582 --- /dev/null +++ b/_includes/svg-icons/github.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_includes/svg-icons/instagram.html b/_includes/svg-icons/instagram.html new file mode 100644 index 0000000..7df8a16 --- /dev/null +++ b/_includes/svg-icons/instagram.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_includes/svg-icons/linkedin.html b/_includes/svg-icons/linkedin.html new file mode 100644 index 0000000..72f6f58 --- /dev/null +++ b/_includes/svg-icons/linkedin.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/_includes/svg-icons/pinterest.html b/_includes/svg-icons/pinterest.html new file mode 100644 index 0000000..72a9b72 --- /dev/null +++ b/_includes/svg-icons/pinterest.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_includes/svg-icons/rss.html b/_includes/svg-icons/rss.html new file mode 100644 index 0000000..d9a49f7 --- /dev/null +++ b/_includes/svg-icons/rss.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_includes/svg-icons/twitter.html b/_includes/svg-icons/twitter.html new file mode 100644 index 0000000..0b02038 --- /dev/null +++ b/_includes/svg-icons/twitter.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 6826777..fa64b0a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -43,8 +43,16 @@ diff --git a/scss/style.scss b/scss/style.scss index 78db456..0bcd0ed 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -257,8 +257,4 @@ nav { footer { padding: 20px 0; text-align: center; - - .footer-icon { - width: 40px; - } } diff --git a/style.css b/style.css index 6d8027e..c9b00b1 100644 --- a/style.css +++ b/style.css @@ -494,5 +494,3 @@ nav { footer { padding: 20px 0; text-align: center; } - footer .footer-icon { - width: 40px; } -- cgit v1.2.3