Add /me, dark mode fixes

This commit is contained in:
N-Upchurch
2023-07-17 23:29:48 -05:00
parent 5e0eb0cdcf
commit 2b626ce1b7
17 changed files with 503 additions and 15 deletions

View File

@ -6,9 +6,48 @@ module.exports = {
description: "The personal website and blog of Nathan Upchurch.",
author: {
name: "Nathan Upchurch",
email: "youremailaddress@example.com",
url: "https://example.com/about-me/"
email: "blog@upchur.ch",
url: "https://nathanupchurch.com/me",
profilePic: "/img/CN20191025_301_Srt_SQUARE.jpg"
},
defaultPostImageURL: "/img/default_post_image/vasilina-sirotina-1NMPvajSt9Q-unsplash_copy.avif",
defaultPostImageAlt: "The default post image: a close picture of the dark green leaves of a plant."
defaultPostImageAlt: "The default post image: a close picture of the dark green leaves of a plant.",
socialLinks: [
{
title: "Mastodon",
linkURL: "https://mastodon.social/@nathanu",
linkDisplay: "Mastodon",
iconURL: "/img/mastodon.svg"
},
{
title: "Pixelfed",
linkURL: "https://pixelfed.social/@nathanu",
linkDisplay: "Pixelfed",
iconURL: "/img/pixelfed.svg"
},
{
title: "Lemmy",
linkURL: "https://lemmy.ml/u/NathanUp",
linkDisplay: "Lemmy",
iconURL: "/img/Lemmy_logo.svg"
},
{
title: "Matrix",
linkURL: "https://matrix.to/#/@nathanu:matrix.org",
linkDisplay: "Matrix",
iconURL: "/img/matrix-org.svg"
},
{
title: "Email Me",
linkURL: "Mailto:blog@upchur.ch",
linkDisplay: "Email",
iconURL: "/img/envelope.svg"
},
{
title: "Keyoxide Identity Profile",
linkURL: "https://keyoxide.org/31E809FAEA1532AC91BBDCF1EC499D3513F69340",
linkDisplay: "Keyoxide Identity Profile",
iconURL: "/img/keyoxide.svg"
}
]
}