From 93d47662b2ce5a6dc4867687386c912e8cd13720 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 29 Jun 2023 18:40:17 +0200 Subject: Added search option with lunr.js --- config.toml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 02779c8..160f755 100644 --- a/config.toml +++ b/config.toml @@ -40,18 +40,7 @@ enableRobotsTXT = true [markup.highlight] style = 'github' -# Taxonomies. -[outputs] - index = ["HTML", "atom"] - section = ["HTML", "notes"] - # Output formats. -[outputFormats] - [outputFormats.atom] - mediatype = "application/rss" - rel = "atom" - baseName = "atom" - [outputFormats.notes] - mediatype = "application/rss" - rel = "notes" - baseName = "notes" +[outputs] + home = ["HTML", "RSS", "JSON"] + section = ["HTML", "RSS", "JSON"] -- cgit v1.2.3