From 3fa43a62153b042e0f5121edd636b3c682b858b8 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Sun, 20 Apr 2025 20:50:43 +0200 Subject: [PATCH] chore: update config --- config.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 726b08f..df7fc1b 100644 --- a/config.toml +++ b/config.toml @@ -1,16 +1,16 @@ baseurl = "https://blog.papey.fr" DefaultContentLanguage = "en" -title = "import * from 'blog';" +title = "import { Posts } from 'blog';" theme = "beautifulhugo" metaDataFormat = "yaml" pygmentsUseClasses = true pygmentCodeFences = true [Params] - subtitle = "I build and broke stuff, the DevOps way." + subtitle = "I build and broke stuff" logo = "img/logo.png" favicon = "img/favicon.ico" - commit = "https://stdio.space/papey/blog/commit/" + commit = "https://giteub.dev/papey/blog/commit/" rss = true comments = false @@ -20,8 +20,6 @@ pygmentCodeFences = true github = "papey" twitter = "MarcelMonfort" stackoverflow = "users/7925197/papey" - spotify = "MarcelMonfort" - telegram = "@P4p3y" [[menu.main]] name = "Blog"