From a44a1c44312810bb64973c2f079c9370c06ca1ef Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Sat, 21 Sep 2024 17:59:58 -0500 Subject: [PATCH] Update default post image --- _data/metadata.js | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/_data/metadata.js b/_data/metadata.js index c7ef273..4db8904 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -3,18 +3,19 @@ export default { logo: "/img/logo.svg", url: "https://nathanupchurch.com/", language: "en", - description: "The personal website and blog of Nathan Upchurch, where I write about incense, free and open source software, design, vegan cooking, music, and all sorts of other topics that I find interesting.", + description: + "The personal website and blog of Nathan Upchurch, where I write about incense, free and open source software, design, vegan cooking, music, and all sorts of other topics that I find interesting.", author: { givenName: "Nathan", familyName: "Upchurch", name: "Nathan Upchurch", email: "blog@upchur.ch", url: "https://nathanupchurch.com/me", - profilePic: "/img/CN20191025_301_Srt_SQUARE_crop.jpg" + profilePic: "/img/CN20191025_301_Srt_SQUARE_crop.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.", + defaultPostImageURL: "/img/logo_post.svg", + defaultPostImageAlt: "The logo for this blog: a capital letter N.", mastodonHost: "lounge.town", mastodonUser: "nathanu", postlistHeaderText: "Latest posts from the blog:", @@ -23,70 +24,70 @@ export default { title: "My Blog", linkURL: "https://nathanupchurch.com", linkDisplay: "My Blog", - iconURL: "/img/logo.svg" + iconURL: "/img/logo.svg", }, { title: "Mastodon", linkURL: "https://lounge.town/@nathanu", customAttribute: `rel="me"`, linkDisplay: "Mastodon", - iconURL: "/img/mastodon.svg" + iconURL: "/img/mastodon.svg", }, { title: "Email Me", linkURL: "Mailto:blog@upchur.ch", linkDisplay: "Email", - iconURL: "/img/envelope.svg" + iconURL: "/img/envelope.svg", }, { title: "Matrix", linkURL: "https://matrix.to/#/@nathan:upchur.ch", linkDisplay: "Matrix", - iconURL: "/img/matrix-org.svg" + iconURL: "/img/matrix-org.svg", }, { title: "BookWyrm", linkURL: "https://ramblingreaders.org/user/NathanU", linkDisplay: "BookWyrm", - iconURL: "/img/book.svg" + iconURL: "/img/book.svg", }, { title: "Pixelfed", linkURL: "https://pixelfed.social/@nathanu", linkDisplay: "Pixelfed", - iconURL: "/img/pixelfed.svg" + iconURL: "/img/pixelfed.svg", }, { title: "Lemmy", linkURL: "https://lemmy.ml/u/NathanUp", linkDisplay: "Lemmy", - iconURL: "/img/Lemmy_logo.svg" + iconURL: "/img/Lemmy_logo.svg", }, { title: "PeerTube", linkURL: "https://dalek.zone/a/nathan_upchurch/", linkDisplay: "PeerTube", - iconURL: "/img/peertube.svg" + iconURL: "/img/peertube.svg", }, { title: "Keyoxide Identity Profile", linkURL: "https://keyoxide.org/31E809FAEA1532AC91BBDCF1EC499D3513F69340", linkDisplay: "Keyoxide Identity Profile", - iconURL: "/img/keyoxide.svg" - } + 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" + nextURL: "https://fediring.net/next?host=nathanupchurch.com", }, { name: "Geekring", ringURL: "https://geekring.net/", previousURL: "http://geekring.net/site/350/previous", - nextURL: "http://geekring.net/site/350/next" - } - ] -} + nextURL: "http://geekring.net/site/350/next", + }, + ], +};