11 lines
265 B
JavaScript
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"
|
|
}
|
|
} |