about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-11 12:13:22 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-11 12:13:22 -0700
commit2bb299e6ba529015c3d4d8f124a6cfe003cb5e1a (patch)
tree4db0683332c3ee3cf4f0b25ae8ec771106621034 /users
parentupdate gitignore (diff)
downloadworld-2bb299e6ba529015c3d4d8f124a6cfe003cb5e1a.tar.gz
remove atom from the list of outputs
Diffstat (limited to '')
-rw-r--r--users/fcuny/notes/config.toml10
1 files changed, 1 insertions, 9 deletions
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" ]