From f0ac0777317773f420eb172bc7870ee82dc2a5f0 Mon Sep 17 00:00:00 2001 From: tsmitty11 Date: Thu, 18 May 2023 21:24:15 +0200 Subject: [PATCH] Edit config file for categories --- src/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.toml b/src/config.toml index 5c8c7be..52da585 100644 --- a/src/config.toml +++ b/src/config.toml @@ -15,3 +15,6 @@ title = 'Equitable Open-Source for Web3' [security] [security.exec] allow = ['^go$', '^postcss$', '^npx$', '^babel$'] + +[taxonomies] + category = "categories"