Website/_data/metadata.js
2023-12-25 17:39:32 -06:00

11 lines
265 B
JavaScript

module.exports = {
title: "TheSchricks Site",
url: "https://theschricks.com/",
language: "en",
description: "Misc content from theschricks.",
author: {
name: "Noah L. Schrick",
email: "noah@theschricks.com",
url: "https://theschricks.com/noah/about"
}
}