From 4e9a912ad3b3f4d12417f5d5509b2626385de142 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Tue, 18 Jul 2023 21:33:44 +0530 Subject: [PATCH] add conf vars Signed-off-by: Pratyush Desai --- config.toml | 5 ++++- {images => static/images}/shodan.png | Bin 2 files changed, 4 insertions(+), 1 deletion(-) rename {images => static/images}/shodan.png (100%) diff --git a/config.toml b/config.toml index 54b9a21..a012cb0 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,11 @@ baseURL = 'https://arch.fail' theme = 'risotto' -languageCode = 'en' title = 'Arch Reject' author = 'Pratyush Desai' +paginate = 3 +languageCode = "en" +DefaultContentLanguage = "en" +enableInlineShortcodes = true sectionPagesMenu = "main" diff --git a/images/shodan.png b/static/images/shodan.png similarity index 100% rename from images/shodan.png rename to static/images/shodan.png