From c20a3c12ec034d9cbd392b86b4c724f02b5de598 Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Sun, 14 Nov 2021 21:37:26 +0100 Subject: [PATCH] Add JSON-LD for rich results --- config.toml | 4 + themes/maik-blog/layouts/partials/head.html | 3 + themes/maik-blog/layouts/partials/seo.html | 195 ++++++++++++++++++++ 3 files changed, 202 insertions(+) create mode 100644 themes/maik-blog/layouts/partials/seo.html diff --git a/config.toml b/config.toml index 5aba714..61165ad 100644 --- a/config.toml +++ b/config.toml @@ -40,7 +40,9 @@ googleAnalytics = "UA-136337666-1" [author] name = "Maik de Kruif" + email = "maik@maik.dev" twitter = "@maik_dev" + image = "/img/home/portrait.png" [social] twitter = "@maik_dev" @@ -60,6 +62,8 @@ googleAnalytics = "UA-136337666-1" keywords = "Devloper, Software Engineer, Software Developer, Maik, Computer Science, Portfolio, Blog, Maik de Kruif" images = [""] + genre = "Blog" + showReadingTimeInList = false homeSubtitle = "Software Engineering, Linux and Cyber Security" diff --git a/themes/maik-blog/layouts/partials/head.html b/themes/maik-blog/layouts/partials/head.html index 32ab60b..a7f046b 100644 --- a/themes/maik-blog/layouts/partials/head.html +++ b/themes/maik-blog/layouts/partials/head.html @@ -28,6 +28,9 @@ {{- partial "meta-tags.html" . -}} + +{{- partial "seo.html" . -}} +