add rss feed

This commit is contained in:
Joshua Seigler 2025-05-16 23:32:43 -04:00
parent 5f954a80f5
commit 79b5e06aca
11 changed files with 1079 additions and 1086 deletions

View file

@ -2,7 +2,7 @@ const isDev = process.env.ELEVENTY_ENV === "development";
const baseUrl = isDev ? "localhost:8080" : "https://joshua.seigler.net/";
module.exports = {
export default {
title: "joshua.seigler.net",
description: "Personal homepage of Joshua Seigler",
baseUrl,