From b7f117cf4c59c0360156de16c2ba1c1ebd5602f0 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 26 May 2022 23:58:53 +0000 Subject: Filter Articles with a Javascript Search (#772) * for lugo changes * quick search through recipes * Update content/_index.md Co-authored-by: Steven Hall * Update content/_index.md Co-authored-by: Steven Hall * when searching, list one column, big results * Update content/_index.md Co-authored-by: Steven Hall * Update content/_index.md Co-authored-by: Steven Hall * Update content/_index.md Co-authored-by: Steven Hall * change for my naming * remove for fix * redundant * hide tags in items so search sees tags * last superficial changes Co-authored-by: Steven Hall --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index f5f4f7a..e277fe1 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,8 @@ baseURL = 'https://based.cooking/' languageCode = 'en-us' title = 'Based Cooking' theme = 'lugo' + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true -- cgit v1.2.3