From c2dc35b00434cba21cd0c7e00362121cf12cb33f Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Mon, 14 Aug 2023 20:45:51 -0400 Subject: [PATCH] Add SEO Update Twitter handle --- Gemfile | 2 +- _config.yml | 4 ++++ _data/authors.yml | 2 +- _includes/layout/footer.html | 6 +++--- _includes/layout/metaAndStyles.html | 8 +++++--- _layouts/post.html | 8 ++++---- build.sh | 14 ++++++++------ index.html | 2 +- 8 files changed, 27 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index d4177fc..70c9e97 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "html-proofer", "<4" +gem "html-proofer" gem "jekyll", "~> 4.0" gem "jekyll-sass-converter" #, "~>2.0 diff --git a/_config.yml b/_config.yml index 6424f9d..a625101 100644 --- a/_config.yml +++ b/_config.yml @@ -11,6 +11,7 @@ plugins: - jekyll-paginate - jekyll-last-modified-at - jekyll-redirect-from + - jekyll-seo-tag permalink: "/articles/:categories/:title" paginate: 5 paginate_path: "/news/page:num/" @@ -29,3 +30,6 @@ exclude: - build.sh - deploy.key - deploy.key.enc +twitter: + card: summary + username: pybuilder_ diff --git a/_data/authors.yml b/_data/authors.yml index 944ece2..6cf79ff 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -3,7 +3,7 @@ arcivanov: email: arcadiy@ivanov.biz github: arcivanov website: https://www.ivanov.biz/ - twitter: arcivanov + twitter: iamarcivanov openhub: arcivanov linkedin: arcivanov mriehl: diff --git a/_includes/layout/footer.html b/_includes/layout/footer.html index e1643d4..6a2a8e1 100644 --- a/_includes/layout/footer.html +++ b/_includes/layout/footer.html @@ -11,14 +11,14 @@ - - - + diff --git a/_includes/layout/metaAndStyles.html b/_includes/layout/metaAndStyles.html index 0839533..fa3d205 100644 --- a/_includes/layout/metaAndStyles.html +++ b/_includes/layout/metaAndStyles.html @@ -1,4 +1,4 @@ - +