From e0df062831de422fbfe4beaa68e39080f8dab8ed Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 11 Apr 2019 22:27:15 +0200 Subject: [PATCH] add json output for search --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 50cfd80..3948789 100644 --- a/config.toml +++ b/config.toml @@ -25,6 +25,10 @@ pygmentsstyle = "b2" pygmentscodefences = true pygmentscodefencesguesssyntax = true +[outputs] + # JSON for search + home = ["HTML", "RSS", "JSON"] + [params] # me author = "Christoph Cullmann"