Add site metadata file

This commit is contained in:
Helen Chong 2024-04-13 15:23:57 +08:00
parent 25b8fe4f50
commit 6288afc955
1 changed files with 11 additions and 0 deletions

11
src/_data/sitemeta.js Normal file
View File

@ -0,0 +1,11 @@
module.exports = {
siteName: "Leilukin's Hub",
siteUrl: "https://leilukin.neocities.org/" || "http://localhost:8080",
siteLanguage: "en",
siteDescription: "Leilukin's personal website.",
siteAuthor: {
name: "Leilukin",
email: "leilukin@outlook.com",
url: "https://leilukin.neocities.org/about/"
}
}