diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-11 12:13:22 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-11 12:13:22 -0700 |
commit | 2bb299e6ba529015c3d4d8f124a6cfe003cb5e1a (patch) | |
tree | 4db0683332c3ee3cf4f0b25ae8ec771106621034 /users | |
parent | update gitignore (diff) | |
download | world-2bb299e6ba529015c3d4d8f124a6cfe003cb5e1a.tar.gz |
remove atom from the list of outputs
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/config.toml | 10 |
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" ] |