From 9c641bef806fa7e871a60e24991950f503aa6c28 Mon Sep 17 00:00:00 2001 From: Emelie Graven Date: Mon, 22 Nov 2021 15:54:16 +0100 Subject: [PATCH] Enable feed generation --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 2090493..8a14f60 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ base_url = "https://nixaalb.org" title = "Nix Aalborg" description = "The Nix Aalborg user group" compile_sass = true +generate_feed = true highlight_code = true highlight_theme = "gruvbox-light" build_search_index = false