This commit is contained in:
Nyx 2025-03-02 11:27:20 -06:00
parent b1c51b26e3
commit 4f0ff6a0e1
2 changed files with 5 additions and 5 deletions

View file

@ -27,4 +27,4 @@ const numberOfLatestPostsToShow = 3;
{%- endfor %}
</ul>
#}
<a href="/feed/feed.xml">rss feed</a>
<a href="/feed/feed.xml">atom feed</a>

View file

@ -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"
}
}
});