rss for every category
This commit is contained in:
parent
cd6347f8c2
commit
0dde8aff3d
12 changed files with 90 additions and 88 deletions
|
@ -1,9 +1,11 @@
|
|||
const isDev = process.env.ELEVENTY_ENV === "development";
|
||||
|
||||
const baseUrl = isDev ? "http://localhost:8080" : "https://joshua.seigler.net";
|
||||
const baseUrl = isDev ? "http://localhost:8080/" : "https://joshua.seigler.net/";
|
||||
|
||||
export default {
|
||||
language: "en-US",
|
||||
title: "joshua.seigler.net",
|
||||
description: "Personal homepage of Joshua Seigler",
|
||||
baseUrl,
|
||||
author: "Joshua Seigler",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue