Refactor and modularize

This commit is contained in:
2024-01-23 11:38:50 -06:00
parent 1265d3d4a9
commit 9d84151ee5
13 changed files with 112 additions and 111 deletions

View File

@ -4,15 +4,16 @@ module.exports = {
url: "https://nathanupchurch.com/",
language: "en",
description: "The personal website and blog of Nathan Upchurch.",
pgpkey: "",
author: {
name: "Nathan Upchurch",
email: "blog@upchur.ch",
url: "https://nathanupchurch.com/me",
profilePic: "/img/CN20191025_301_Srt_SQUARE.jpg"
},
copyrightNotice: "© Nathan Upchurch 2022 - 2024",
defaultPostImageURL: "/img/vasilina-sirotina-1NMPvajSt9Q-unsplash_copy.avif",
defaultPostImageAlt: "The default post image: a close picture of the dark green leaves of a plant.",
postlistHeaderText: "Latest Posts",
socialLinks: [
{
title: "My Blog",
@ -69,5 +70,19 @@ module.exports = {
linkDisplay: "Keyoxide Identity Profile",
iconURL: "/img/keyoxide.svg"
}
],
webrings: [
{
name: "Fediring",
ringURL: "https://fediring.net/",
previousURL: "https://fediring.net/previous?host=nathanupchurch.com",
nextURL: "https://fediring.net/next?host=nathanupchurch.com"
},
{
name: "Geekring",
ringURL: "https://geekring.net/",
previousURL: "",
nextURL: ""
}
]
}