add rss feed
This commit is contained in:
parent
5f954a80f5
commit
79b5e06aca
11 changed files with 1079 additions and 1086 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue