summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-05-26 23:58:53 +0000
committerGitHub <noreply@github.com>2022-05-26 23:58:53 +0000
commitb7f117cf4c59c0360156de16c2ba1c1ebd5602f0 (patch)
tree0758bdddf8d01e58fda5dff4f77ca87ff2a8993f /config.toml
parent0a837fb26acfa5c1ba8d910984d19963f1e0cfa4 (diff)
Filter Articles with a Javascript Search (#772)
* for lugo changes * quick search through recipes * Update content/_index.md Co-authored-by: Steven Hall <Hallzy.18@gmail.com> * Update content/_index.md Co-authored-by: Steven Hall <Hallzy.18@gmail.com> * when searching, list one column, big results * Update content/_index.md Co-authored-by: Steven Hall <Hallzy.18@gmail.com> * Update content/_index.md Co-authored-by: Steven Hall <Hallzy.18@gmail.com> * Update content/_index.md Co-authored-by: Steven Hall <Hallzy.18@gmail.com> * change for my naming * remove for fix * redundant * hide tags in items so search sees tags * last superficial changes Co-authored-by: Steven Hall <Hallzy.18@gmail.com>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
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