From 086c6e0d92bc6754b66984230d5fc8f40c7ab529 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Tue, 20 Jul 2021 17:40:16 +0200 Subject: [PATCH] [config.toml] Add site-wide description --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 300a79f..88b9fab 100644 --- a/config.toml +++ b/config.toml @@ -5,6 +5,9 @@ theme = "doublefourteen" disableKinds = ["taxonomy", "term"] timeout = 1000000 +[params] +description = "The DoubleFourteen Code Forge is a non-profit community promoting high quality software and scientific research." + [markup.goldmark.renderer] unsafe = true