From 5179c5fa6cdc164648c1f5b4ec0bcdf5bbcb2d15 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 28 Mar 2023 10:22:59 +0200 Subject: [PATCH] chore: remove whitespace [ci skip] --- config.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 826c181..647c46f 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = "en-gb" title = "lumbung.space" theme = "lumbung-theme" pluralizeListTitles = "false" +paginate = 20 [params] logo = "/img/logo.svg" @@ -10,14 +11,18 @@ pluralizeListTitles = "false" description = 'a digital living room for the lumbung ekosistem' images = ['/img/logo.png'] title = 'lumbung dot space' + bundleCss = "/bundle.css" + bundleJs = "/bundle.js" + mainSections = ['social', 'shouts', 'events', 'tv', 'pen', 'pages'] [markup.goldmark.renderer] -unsafe = true + unsafe = true [taxonomies] author = "authors" + contributor = "contributors" tag = "tags" - category = "categories" + source = "sources" timeline = "timelines" [permalinks]