From 7997a5b895e45527839e91a0f11d534d42561cc0 Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Fri, 7 Aug 2026 00:28:04 +0200 Subject: [PATCH] Update home subtitle --- config/_default/hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 2a0200a..1ec2ebb 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -55,7 +55,7 @@ dateformMonth = "Jan, 2006" # Metadata mostly used in document's head description = "Hey there, my name is Maik de Kruif, I create websites, bots and other kinds of software. At the moment, I'm still studying computer science at Avans University of Applied Sciences. I am also a big fan of open-source software, which is why you'll find many of my projects on Github. And last but not least, I love playing around with cyber-security related stuff." -keywords = "Devloper, Software Engineer, Software Developer, Maik, Computer Science, Portfolio, Blog, Maik de Kruif" +keywords = "Developer, Software Engineer, Software Developer, Maik, Computer Science, Portfolio, Blog, Maik de Kruif" images = [""] genre = "Blog" @@ -64,7 +64,7 @@ rssLimit = 15 showReadingTimeInList = false -homeSubtitle = "Software Engineering, Linux and Cyber Security" +homeSubtitle = "Software Engineer and Cyber Security Specialist" # Prefix of link to the git commit detail page. GitInfo must be enabled. gitUrl = "https://github.com/maikka39/Personal-Website/commit/"