From 2bb299e6ba529015c3d4d8f124a6cfe003cb5e1a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 11 May 2022 12:13:22 -0700 Subject: remove atom from the list of outputs --- users/fcuny/notes/config.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'users') diff --git a/users/fcuny/notes/config.toml b/users/fcuny/notes/config.toml index cb488ee..4f335a9 100644 --- a/users/fcuny/notes/config.toml +++ b/users/fcuny/notes/config.toml @@ -37,13 +37,5 @@ enableGitInfo = true style = "emacs" tabWidth = 4 -[mediaTypes."application/atom"] - suffixes = ["xml"] - -[outputFormats.Atom] - mediaType = "application/atom" - baseName = "feed" - isPlainText = false - [outputs] - home = [ "HTML", "Atom" ] + home = [ "HTML" ] -- cgit 1.4.1