mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-22 00:19:24 +01:00
jekyll-seo-tag
This commit is contained in:
parent
1a135f12e2
commit
752152a72e
1
Gemfile
vendored
1
Gemfile
vendored
@ -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"
|
||||
|
1
Gemfile.lock
generated
1
Gemfile.lock
generated
@ -129,6 +129,7 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
jekyll
|
||||
jekyll-redirect-from
|
||||
jekyll-seo-tag
|
||||
jekyll-sitemap
|
||||
minima
|
||||
webrick
|
||||
|
@ -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
|
||||
|
25
_config.yml
25
_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
|
||||
|
@ -1,14 +1,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="{{ page.robots }}">
|
||||
<title>{{site.title}} {{ page.title }} — {{site.author}}</title>
|
||||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!---->
|
||||
{%- seo -%}
|
||||
<!---->
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="og:title" content="{{site.title}} {{ page.title }} — {{site.author}}">
|
||||
<meta name="og:description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description | strip_html | strip_newlines }}{% endif %}">
|
||||
<meta name="og:site_name" content="{{site.title}} — {{site.author}}">
|
||||
<meta name="og:image" content="{{site.icon}}">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
||||
<meta http-equiv="x-dns-prefetch-control" content="off">
|
||||
@ -16,7 +13,6 @@
|
||||
<link rel="icon prefetch" href="{{site.icon}}">
|
||||
<link rel="me prefetch" href="{{ site.url }}">
|
||||
<link rel="me" href="https://aminda.eu">
|
||||
<link rel="canonical prefetch" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
||||
<link rel="prefetch" href="https://prefetch.validatorsearch.verisignlabs.com">
|
||||
<link rel="me" type="application/activity+json" href="https://sauna.social/users/aminda">
|
||||
<link rel="me" type="application/activity+json" href="https://mastodon.pirateparty.be/users/MikaelaPPFI">
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user