23 lines
714 B
JavaScript
23 lines
714 B
JavaScript
export default {
|
|
url: process.env.URL || "http://localhost:8080",
|
|
siteName: "wonderfulfrog",
|
|
siteDescription:
|
|
"My name is Devin Haska and this is my little slice of the internet I call home.",
|
|
locale: "en_EN",
|
|
lang: "en",
|
|
author: "Devin Haska",
|
|
repoUrl: "https://github.com/wonderfulfrog/wonderfulfrog.com",
|
|
email: "devin@wonderfulfrog.com",
|
|
signal: {
|
|
name: "wonderfulfrog.64",
|
|
url: "https://signal.me/#eu/1Gqnr33MvuJX6QvcvgEjgaFBO7nMW5sdEyFsqHrj0ajEx3HglsVC7ZiesDrO_bXQ",
|
|
},
|
|
mastodon: {
|
|
name: "@wonderfulfrog@mastodon.social",
|
|
url: "https://mastodon.social/@wonderfulfrog",
|
|
},
|
|
github: {
|
|
url: "https://github.com/wonderfulfrog",
|
|
name: "wonderfulfrog",
|
|
},
|
|
};
|