From abd97574457317b3457ccf0c36a9f8f84000f3c2 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 28 Aug 2026 22:28:12 +0200 Subject: [PATCH] config changes --- config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 53aa950..bc04721 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ -baseURL = 'https://based.cooking/' -languageCode = 'en-us' title = 'Based Cooking' +baseURL = 'https://based.cooking/' +locale = 'en-us' theme = 'lugo' [params] @@ -8,6 +8,10 @@ theme = 'lugo' stylesheet = "/style.css" indexarticles = 50 taglist = true + datesinlist = false + authorsinlist = false + nextprev = true + showrss = true [markup] [markup.goldmark]