feat: rename includes and data directories

This commit is contained in:
Devin Haska 2025-03-16 11:43:16 -07:00
parent 864bc7be71
commit 408e859ef4
41 changed files with 7 additions and 9 deletions

23
src/data/meta.js Normal file
View file

@ -0,0 +1,23 @@
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",
},
};