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 @@
-
+