2024-04-13 07:23:57 +00:00
|
|
|
module.exports = {
|
|
|
|
siteName: "Leilukin's Hub",
|
2024-04-14 06:49:04 +00:00
|
|
|
siteUrl: "https://leilukin.neocities.org" || "http://localhost:8080",
|
2024-04-16 12:43:27 +00:00
|
|
|
feedUrl: siteUrl + "/feed.xml",
|
2024-04-13 07:43:53 +00:00
|
|
|
siteLocale: "en_MY",
|
2024-04-16 12:38:14 +00:00
|
|
|
siteLanguage: "en",
|
2024-04-13 07:23:57 +00:00
|
|
|
siteDescription: "Leilukin's personal website.",
|
|
|
|
siteAuthor: {
|
|
|
|
name: "Leilukin",
|
|
|
|
email: "leilukin@outlook.com",
|
2024-04-14 06:49:04 +00:00
|
|
|
url: "https://leilukin.neocities.org/about"
|
2024-04-13 07:23:57 +00:00
|
|
|
}
|
|
|
|
}
|