Update default post image

This commit is contained in:
Nathan Upchurch 2024-09-21 17:59:58 -05:00
parent 5bf446c5c2
commit a44a1c4431

View File

@ -3,18 +3,19 @@ export default {
logo: "/img/logo.svg", logo: "/img/logo.svg",
url: "https://nathanupchurch.com/", url: "https://nathanupchurch.com/",
language: "en", 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: { author: {
givenName: "Nathan", givenName: "Nathan",
familyName: "Upchurch", familyName: "Upchurch",
name: "Nathan Upchurch", name: "Nathan Upchurch",
email: "blog@upchur.ch", email: "blog@upchur.ch",
url: "https://nathanupchurch.com/me", 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", copyrightNotice: "© Nathan Upchurch 2022 - 2024",
defaultPostImageURL: "/img/vasilina-sirotina-1NMPvajSt9Q-unsplash_copy.avif", defaultPostImageURL: "/img/logo_post.svg",
defaultPostImageAlt: "The default post image: a close picture of the dark green leaves of a plant.", defaultPostImageAlt: "The logo for this blog: a capital letter N.",
mastodonHost: "lounge.town", mastodonHost: "lounge.town",
mastodonUser: "nathanu", mastodonUser: "nathanu",
postlistHeaderText: "Latest posts from the blog:", postlistHeaderText: "Latest posts from the blog:",
@ -23,70 +24,70 @@ export default {
title: "My Blog", title: "My Blog",
linkURL: "https://nathanupchurch.com", linkURL: "https://nathanupchurch.com",
linkDisplay: "My Blog", linkDisplay: "My Blog",
iconURL: "/img/logo.svg" iconURL: "/img/logo.svg",
}, },
{ {
title: "Mastodon", title: "Mastodon",
linkURL: "https://lounge.town/@nathanu", linkURL: "https://lounge.town/@nathanu",
customAttribute: `rel="me"`, customAttribute: `rel="me"`,
linkDisplay: "Mastodon", linkDisplay: "Mastodon",
iconURL: "/img/mastodon.svg" iconURL: "/img/mastodon.svg",
}, },
{ {
title: "Email Me", title: "Email Me",
linkURL: "Mailto:blog@upchur.ch", linkURL: "Mailto:blog@upchur.ch",
linkDisplay: "Email", linkDisplay: "Email",
iconURL: "/img/envelope.svg" iconURL: "/img/envelope.svg",
}, },
{ {
title: "Matrix", title: "Matrix",
linkURL: "https://matrix.to/#/@nathan:upchur.ch", linkURL: "https://matrix.to/#/@nathan:upchur.ch",
linkDisplay: "Matrix", linkDisplay: "Matrix",
iconURL: "/img/matrix-org.svg" iconURL: "/img/matrix-org.svg",
}, },
{ {
title: "BookWyrm", title: "BookWyrm",
linkURL: "https://ramblingreaders.org/user/NathanU", linkURL: "https://ramblingreaders.org/user/NathanU",
linkDisplay: "BookWyrm", linkDisplay: "BookWyrm",
iconURL: "/img/book.svg" iconURL: "/img/book.svg",
}, },
{ {
title: "Pixelfed", title: "Pixelfed",
linkURL: "https://pixelfed.social/@nathanu", linkURL: "https://pixelfed.social/@nathanu",
linkDisplay: "Pixelfed", linkDisplay: "Pixelfed",
iconURL: "/img/pixelfed.svg" iconURL: "/img/pixelfed.svg",
}, },
{ {
title: "Lemmy", title: "Lemmy",
linkURL: "https://lemmy.ml/u/NathanUp", linkURL: "https://lemmy.ml/u/NathanUp",
linkDisplay: "Lemmy", linkDisplay: "Lemmy",
iconURL: "/img/Lemmy_logo.svg" iconURL: "/img/Lemmy_logo.svg",
}, },
{ {
title: "PeerTube", title: "PeerTube",
linkURL: "https://dalek.zone/a/nathan_upchurch/", linkURL: "https://dalek.zone/a/nathan_upchurch/",
linkDisplay: "PeerTube", linkDisplay: "PeerTube",
iconURL: "/img/peertube.svg" iconURL: "/img/peertube.svg",
}, },
{ {
title: "Keyoxide Identity Profile", title: "Keyoxide Identity Profile",
linkURL: "https://keyoxide.org/31E809FAEA1532AC91BBDCF1EC499D3513F69340", linkURL: "https://keyoxide.org/31E809FAEA1532AC91BBDCF1EC499D3513F69340",
linkDisplay: "Keyoxide Identity Profile", linkDisplay: "Keyoxide Identity Profile",
iconURL: "/img/keyoxide.svg" iconURL: "/img/keyoxide.svg",
} },
], ],
webrings: [ webrings: [
{ {
name: "Fediring", name: "Fediring",
ringURL: "https://fediring.net/", ringURL: "https://fediring.net/",
previousURL: "https://fediring.net/previous?host=nathanupchurch.com", 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", name: "Geekring",
ringURL: "https://geekring.net/", ringURL: "https://geekring.net/",
previousURL: "http://geekring.net/site/350/previous", previousURL: "http://geekring.net/site/350/previous",
nextURL: "http://geekring.net/site/350/next" nextURL: "http://geekring.net/site/350/next",
} },
] ],
} };