15 lines
522 B
JavaScript
15 lines
522 B
JavaScript
module.exports = {
|
|
title: "Nathan Upchurch",
|
|
logo: "/img/logo_favicon.svg",
|
|
url: "https://nathanupchurch.com/",
|
|
language: "en",
|
|
description: "The personal website and blog of Nathan Upchurch.",
|
|
author: {
|
|
name: "Nathan Upchurch",
|
|
email: "youremailaddress@example.com",
|
|
url: "https://example.com/about-me/"
|
|
},
|
|
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."
|
|
}
|