Remove links to leilukin.neocities.org and replace them with leilukin.com if relevant

This commit is contained in:
Helen Chong 2024-05-31 07:35:10 +08:00
parent eada1cf22d
commit ec6a1e7f4c
4 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# Leilukin's Hub
Source code of my hobby website, [Leilukin's Hub](https://leilukin.neocities.org/), hosted on [Neocities](https://neocities.org/).
Source code of my hobby website, [Leilukin's Hub](https://leilukin.com/). Built with [Eleventy](https://www.11ty.dev/).
Built with [Eleventy](https://www.11ty.dev/) and deployed to Neocities with the [deploy-to-neocities](https://github.com/bcomnes/deploy-to-neocities) GitHub action.
Currently hosted on [Netlify](https://www.netlify.com/) and [Neocities](https://neocities.org/). Deployed to Neocities with the [deploy-to-neocities](https://github.com/bcomnes/deploy-to-neocities) GitHub action.
## Dependencies
- [Eleventy](https://www.11ty.dev/)

View File

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

View File

@ -13,7 +13,7 @@ I have wanted to rewrite and redesign this site after learning HTML and CSS more
Looking at other Neocities websites have also given me more ideas in enhancing my own website. Special thanks to [sadgrl.online](https://sadgrl.online/), whose various web building resources, including the Layout Builder, have helped tremendously in redesigning this site.
With this 2023 new year redesign of this website, the index page, which is for when you visit the link [leilukin.neocities.org](https://leilukin.neocities.org/), you will be presented with a very simple page, but when you click the "Enter" button to enter, you will be brought to my website's home page, and can start properly browsing my website, and enjoying the new design!
With this 2023 new year redesign of this website, the index page, which is for when you visit the link leilukin.neocities.org, you will be presented with a very simple splash page, but when you click the "Enter" button to enter, you will be brought to my website's home page, and can start properly browsing my website, and enjoying the new design!
Highlights of the 2023 New Year redesign of Leilukin's Hub:

View File

@ -60,7 +60,7 @@ Inspired by the [nownownow.com](https://nownownow.com/about) website, I have add
### Blog
Leilukin's Hub blog was [launched on 28 January 2023](https://leilukin.neocities.org/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/). Formerly, the blog was built with [Zonelets](https://zonelets.net/); now I take advantage of Eleventy's flexibility by recreating Leilukin's Hub blog with it, thus using the main site's layout for the blog instead of [using a different layout](/changelogs/layouts/#11-september-2023-blog-layout). This makes the blog actually feels like it is part of this website.
Leilukin's Hub blog was [launched on 28 January 2023](/blog/posts/2023-01-28-leilukins-hub-now-has-a-blog/). Formerly, the blog was built with [Zonelets](https://zonelets.net/); now I take advantage of Eleventy's flexibility by recreating Leilukin's Hub blog with it, thus using the main site's layout for the blog instead of [using a different layout](/changelogs/layouts/#11-september-2023-blog-layout). This makes the blog actually feels like it is part of this website.
### Site Map
@ -76,7 +76,7 @@ The following changes are not related to any features inherent to Eleventy or it
### Direct Visit to Leilukin's Hub Home Page
I have removed the "launch page" that was used as the very first page you saw when you visited the link [leilukin.neocities.org](https://leilukin.neocities.org/). Now when you visit the link to my website, you will immediately see the home page wihout any extra step.
I have removed the splash page that was used as the very first page you saw when you visited the link leilukin.neocities.org. Now when you visit the link to my website, you will immediately see the home page wihout any extra step.
## My Creation Page Renamed to Projects