From 4f0ff6a0e159ef7595523f8c75bac08518eb253d Mon Sep 17 00:00:00 2001 From: Nyx Tutt Date: Sun, 2 Mar 2025 11:27:20 -0600 Subject: [PATCH] fix --- content/index.njk | 2 +- eleventy.config.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } } });