From c529ac58ceb86824e49f822087584148a461314a Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Wed, 17 Oct 2018 08:15:52 +0100 Subject: [PATCH] feat: Replace font-awesome --- _data/social.yml | 6 +- _includes/component/footer.html | 4 +- _includes/component/header.html | 4 +- _includes/component/pager.html | 8 +- _includes/component/share.html | 19 +- _includes/webpack.html | 4 +- dist/main.06105d36baae31b5be57.css | 6 - dist/main.6186d568ffb425a088c0.css | 1 + ...b5be57.js => main.6186d568ffb425a088c0.js} | 0 package.json | 1 - src/scss/alex/_footer.scss | 9 + src/scss/alex/_header.scss | 8 +- src/scss/alex/_share.scss | 5 + src/scss/font-awesome.scss | 3 - src/scss/main.scss | 13 +- svg/facebook.svg | 1 + svg/github.svg | 1 + svg/linkedin.svg | 1 + svg/reddit.svg | 1 + svg/twitter.svg | 1 + yarn.lock | 1221 ++++++++++++++++- 21 files changed, 1269 insertions(+), 48 deletions(-) delete mode 100644 dist/main.06105d36baae31b5be57.css create mode 100644 dist/main.6186d568ffb425a088c0.css rename dist/{main.06105d36baae31b5be57.js => main.6186d568ffb425a088c0.js} (100%) create mode 100644 src/scss/alex/_footer.scss delete mode 100644 src/scss/font-awesome.scss create mode 100644 svg/facebook.svg create mode 100644 svg/github.svg create mode 100644 svg/linkedin.svg create mode 100644 svg/reddit.svg create mode 100644 svg/twitter.svg diff --git a/_data/social.yml b/_data/social.yml index abb4ed776..e9ff067b2 100644 --- a/_data/social.yml +++ b/_data/social.yml @@ -1,9 +1,9 @@ - title: "Alex's Twitter.com profile" url: "https://twitter.com/antoligy" - glyph: "fa-twitter" + svg: "/svg/twitter.svg" - title: "Alex's LinkedIn.com profile" url: "https://www.linkedin.com/in/alex-" - glyph: "fa-linkedin" + svg: "/svg/linkedin.svg" - title: "Alex's Github.com profile" url: "https://github.com/antoligy" - glyph: "fa-github" + svg: "/svg/github.svg" diff --git a/_includes/component/footer.html b/_includes/component/footer.html index b6e35f839..af9f7bbfc 100644 --- a/_includes/component/footer.html +++ b/_includes/component/footer.html @@ -3,7 +3,9 @@ © Alex Wilson {{ "now"|date: '%Y' }} {% for item in site.data.social %} - + {% endfor %} diff --git a/_includes/component/header.html b/_includes/component/header.html index 4f81f88c7..fc733018d 100644 --- a/_includes/component/header.html +++ b/_includes/component/header.html @@ -19,7 +19,9 @@

Alex Wilson

  • {% for item in site.data.social %}
  • - + + {{ item.title }} +
  • {% endfor %} diff --git a/_includes/component/pager.html b/_includes/component/pager.html index ccd0858d9..2ed54197c 100644 --- a/_includes/component/pager.html +++ b/_includes/component/pager.html @@ -5,9 +5,7 @@ {% if paginator.previous_page %} href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' | replace: 'index.html', '' }}" {% endif %} - > - Prev - + >‹ Prev {% for page in (1..paginator.total_pages) %} @@ -38,9 +36,7 @@ {% if paginator.next_page %} href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' | replace: 'index.html', '' }}" {% endif %} - > - Next - + >Next › \ No newline at end of file diff --git a/_includes/component/share.html b/_includes/component/share.html index 7e9803465..28c3f502c 100644 --- a/_includes/component/share.html +++ b/_includes/component/share.html @@ -1,19 +1,24 @@
    \ No newline at end of file diff --git a/_includes/webpack.html b/_includes/webpack.html index 8fbb7e99e..e04a1a25e 100644 --- a/_includes/webpack.html +++ b/_includes/webpack.html @@ -1,6 +1,6 @@ - - + +