push my changes to new repo

This commit is contained in:
N-Upchurch
2023-07-05 11:06:31 -05:00
parent 4f0a64d781
commit 5e0eb0cdcf
118 changed files with 1696 additions and 358 deletions

View File

@ -1,11 +1,14 @@
module.exports = {
title: "Eleventy Base Blog v8",
url: "https://example.com/",
title: "Nathan Upchurch",
logo: "/img/logo_favicon.svg",
url: "https://nathanupchurch.com/",
language: "en",
description: "I am writing about my experiences as a naval navel-gazer.",
description: "The personal website and blog of Nathan Upchurch.",
author: {
name: "Your Name Here",
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."
}