19 lines
537 B
JavaScript
19 lines
537 B
JavaScript
module.exports = {
|
|
url: process.env.URL || "http://localhost:8080",
|
|
siteName: "wonderulfrog",
|
|
siteDescription: "Devin Haska's digital garden.",
|
|
locale: "en_EN",
|
|
lang: "en",
|
|
skipContent: "Skip to content",
|
|
author: "Devin Haska",
|
|
meta_data: {
|
|
opengraph_default: "/assets/images/opengraph-default.jpg",
|
|
opengraph_default_alt: "",
|
|
mastodonProfile: "https://mastodon.social/@wonderfulfrog",
|
|
},
|
|
// RSS feed details.
|
|
blog: {
|
|
name: "wonderfulfrog",
|
|
description: "Devin Haska's digital garden.",
|
|
},
|
|
};
|