Refactor and modularize
This commit is contained in:
@ -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: ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user