diff --git a/content/index.njk b/content/index.njk
index d577443..a878244 100644
--- a/content/index.njk
+++ b/content/index.njk
@@ -27,4 +27,4 @@ const numberOfLatestPostsToShow = 3;
{%- endfor %}
#}
-rss feed
+atom feed
diff --git a/eleventy.config.js b/eleventy.config.js
index 4c5e170..f4d9a7d 100644
--- a/eleventy.config.js
+++ b/eleventy.config.js
@@ -63,11 +63,11 @@ export default async function(eleventyConfig) {
},
metadata: {
language: "en",
- title: "Blog Title",
- subtitle: "This is a longer description about your blog.",
- base: "https://example.com/",
+ title: "Nyxblog",
+ subtitle: "blog for everypizza.im and nyx",
+ base: "https://blog.everypizza.im/",
author: {
- name: "Your Name"
+ name: "Nyx Tutt"
}
}
});