diff --git a/Gemfile b/Gemfile index 9f9ca80..4d6e0b2 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,6 @@ gem "minima" #gem "jekyll-mentions" gem "jekyll-redirect-from" gem "jekyll-sitemap" +gem "jekyll-seo-tag" # Required for `bundle exec jekyll serve` gem "webrick" diff --git a/Gemfile.lock b/Gemfile.lock index 45f66b1..b1214fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,6 +129,7 @@ PLATFORMS DEPENDENCIES jekyll jekyll-redirect-from + jekyll-seo-tag jekyll-sitemap minima webrick diff --git a/README.md b/README.md index 16909ee..5fb0794 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ layout: default versionString: 2024.22.2 date: 2024-05-28T08:59:32+03:00 lang: en +locale: en_US permalink: /en/index.html redirect_from: /en/html robots: noai, nofollow diff --git a/_config.yml b/_config.yml index 344c8a0..0b33f62 100644 --- a/_config.yml +++ b/_config.yml @@ -1,14 +1,18 @@ theme: minima -title: Curriculum Vitae -author: Aminda Suomalainen +title: "CV, Aminda Suomalainen" +author: + name: "Aminda Suomalainen" + url: "https://aminda.eu/" description: > - Sysadmin -baseurl: "/" # the subpath of your site, e.g. /blog/ -url: "https://cv.aminda.eu" # the base hostname & protocol for your site + My Curriculum Vitae can be found here in Finnish and English. +baseurl: "" # the subpath of your site, e.g. /blog/ +tagline: "Aminda Suomalainen" +url: https://cv.aminda.eu # the base hostname & protocol for your site timezone: Europe/Helsinki encoding: utf-8 plugins: - jekyll-sitemap + - jekyll-seo-tag - jekyll-redirect-from sitemap: file: "/sitemap.xml" @@ -23,3 +27,14 @@ kramdown: # Required for entering html blocks within the markdown such as the unstyled # list parse_block_html: true +# Jekyll SEO will handle these +webmaster_verifications: + google: oELGPuQ0VNEekDke964c0XCMYaC_Nd_Mr_TRYEVRXgY + bing: DDF472BEC8E65C680D65A24256C33B24 + yandex: 2d5398c328c66322 +# Jekyll SEO as well +defaults: + - scope: + path: "*" + values: + image: https://media.githubusercontent.com/media/Mikaela/mikaela.github.io/lfs-media/avatar/250.jpeg diff --git a/_includes/head.html b/_includes/head.html index 6c9a99d..faaf527 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,14 +1,11 @@ - {{site.title}} {{ page.title }} — {{site.author}} - + + {%- seo -%} + - - - - @@ -16,7 +13,6 @@ - diff --git a/fi/README.md b/fi/README.md index b2c5b9a..b922796 100644 --- a/fi/README.md +++ b/fi/README.md @@ -6,6 +6,7 @@ layout: default versionString: 2024.22.2 date: 2024-05-28T08:59:32+03:00 lang: fi +locale: fi_FI permalink: /index.html redirect_from: - /fi.html