Rename changelog link to changelogs
This commit is contained in:
parent
24620844aa
commit
6c2e660515
|
@ -23,7 +23,7 @@ Highlights of the 2023 New Year redesign of Leilukin's Hub:
|
|||
* Sidebars added, with the contents being sticky, so you can still see them while scrolling through.
|
||||
* The navigation links are now on the right sidebar. Previously, the navigation links of my website are in a row placed at the header section.
|
||||
* The table of contents of some of my pages is now placed on the left sidebar.
|
||||
* The [website changelog](/changelog/) page adds archives for the layout designs of this site and old changelog.
|
||||
* The [website changelog](/changelogs/) page adds archives for the layout designs of this site and old changelog.
|
||||
* My [video game mod pages](/mymods) have added a filter function, so you can use buttons to view a specific category of mods.
|
||||
|
||||
After spending many hours on this site redesign, I am very pleased with how it turns out. Hope you enjoy it!
|
|
@ -9,7 +9,7 @@ categories: ["site updates", "site anniversary"]
|
|||
|
||||
I registered a Neocities account on 28 May 2022, while my own website, Leilukin's Hub, was officially launched on 11 September 2022. I set up this website because I wanted to have a personal web page outside social media platforms to gather various stuff and resources I had created or compiled on online spaces throughout the years. Furthermore, I settled for Neocities because I like the flexibility of customisation by coding my website with HTML, CSS and JavaScript. Initially, I considered and tried [Carrd](https://carrd.co/) to create my web pages, but free accounts on Carrd can only add up to 100 elements on a web page, which is not enough for my purpose.
|
||||
|
||||
This site's [changelog](/changelog/) and [layout archive](/changelog/layouts) document the evolution of Leilukin's Hub throughout the past year: from the humble beginning of a simple black background with white text and light brown titles, to the responsive, mobile-friendly, full-fledged personal website with its own site button, [RSS feed](/feed.xml), a [blog](https://htmltomd.com/blog/) and multiple [shrines](/shrines/).
|
||||
This site's [changelog](/changelogs/) and [layout archive](/changelogs/layouts) document the evolution of Leilukin's Hub throughout the past year: from the humble beginning of a simple black background with white text and light brown titles, to the responsive, mobile-friendly, full-fledged personal website with its own site button, [RSS feed](/feed.xml), a [blog](https://htmltomd.com/blog/) and multiple [shrines](/shrines/).
|
||||
|
||||
Coding my own website was also an excellent way to put my HTML and CSS knowledge and skills into good use. I already had basic knowledge of HTML and CSS from what I learned from my teenage years of customising my blog on Blogger.
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@ date: 2023-01-28
|
|||
---
|
||||
|
||||
* Added a [Links](/links) page.
|
||||
* Move the link to [changelog](/changelog/) to the sidebar.
|
||||
* Move the link to [changelog](/changelogs/) to the sidebar.
|
||||
* Due to these new changes to the navigation links on the sidebar, I wrote a JavaScript file to dynamically generate the contents on the right sidebar and the footer across multiple pages on this site.
|
||||
* Adjust the line spacing and the spacing between the listed items on the [changelog](/changelog/) page.
|
||||
* Adjust the line spacing and the spacing between the listed items on the [changelog](/changelogs/) page.
|
||||
* Made adjustments to the relative paths in the HTML files, to ensure this site's favicons will show up on the title bar by default.
|
||||
* Fixed the issue of the page style not applied to the Not Found page.
|
||||
* Updated the [About](/about) page.
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
date: 2023-06-23
|
||||
---
|
||||
|
||||
* The HTML, CSS and JavaScript of entire website has been rewritten to improve the site's layout! See the [June 2023 Layout Rewrite](/changelog/updates/2023-june-layout-rewrite) for more information!
|
||||
* The HTML, CSS and JavaScript of entire website has been rewritten to improve the site's layout! See the [June 2023 Layout Rewrite](/changelogs/updates/2023-june-layout-rewrite) for more information!
|
|
@ -5,4 +5,4 @@ date: 2023-08-30
|
|||
* Star Wars: Knights of the Old Republic [shrine](/shrines/starwarskotor/): Added new article: [Should You Use The Sith Lords Restored Content Mod in Your First Star Wars: KotOR 2 Playthrough?](/shrines/starwarskotor/articles/tslrcm-first-kotor2-playthrough).
|
||||
* Adjusted spacing between each item in the article index lists.
|
||||
* Make the date format consistent throughout the entire site by using the Day-Month-Year format.
|
||||
* Fixed broken links in the [2022 changelog archive](/changelog/2022) due to the affected pages moved to other parts of the site.
|
||||
* Fixed broken links in the [2022 changelog archive](/changelogs/2022) due to the affected pages moved to other parts of the site.
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"tags": "changelog pages",
|
||||
"layout": "main/changelogs",
|
||||
"permalink": "/changelog/{{ page.fileSlug }}/"
|
||||
"permalink": "/changelogs/{{ page.fileSlug }}/"
|
||||
}
|
Loading…
Reference in New Issue