From 53432fc1a57f85aadb7f9a4562b7405fa496af4e Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 21 Aug 2023 16:11:29 -0500 Subject: [PATCH] set default description and fallBackOgImage --- config/_default/params.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 8650547..cba1808 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,8 +1,8 @@ noindex = false - usePageBundles = true - +description = "while (true) { bugs++; }" mainSections = ["posts"] +fallBackOgImage = "images/broken-computer.svg" [theme] palette = "runtimeterror"