diff --git a/config.toml b/config.toml
index 886ff5b..a63a4e4 100644
--- a/config.toml
+++ b/config.toml
@@ -5,3 +5,8 @@ theme = "davis"
DefaultContentLanguage = "fr"
disableKinds = ["sitemap"]
markup = "markdown"
+
+[outputFormats]
+[outputFormats.RSS]
+mediatype = "application/rss"
+baseName = "feed"
diff --git a/themes/davis/layouts/index.feed.xml b/themes/davis/layouts/index.feed.xml
new file mode 100644
index 0000000..e69de29
diff --git a/themes/davis/layouts/partials/header.html b/themes/davis/layouts/partials/header.html
index 1f6310b..3c778a6 100644
--- a/themes/davis/layouts/partials/header.html
+++ b/themes/davis/layouts/partials/header.html
@@ -18,6 +18,9 @@
+ {{ range .AlternativeOutputFormats -}}
+ {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
+ {{ end -}}