diff --git a/src/slashes/headerlinks/blog.njk b/src/slashes/headerlinks/blog.njk index 4f41f8bb..ddc54c4c 100644 --- a/src/slashes/headerlinks/blog.njk +++ b/src/slashes/headerlinks/blog.njk @@ -10,7 +10,7 @@ pagination: permalink: "/{{ page.fileSlug }}{% if pagination.pageNumber > 0 %}/page/{{ pagination.pageNumber + 1 }}{% endif %}/" eleventyNavigation: key: Blog - order: 3 + order: 2 eleventyComputed: pageTitle: "{{ sitemeta.siteBlog.title | safe }}" --- diff --git a/src/slashes/headerlinks/contact.njk b/src/slashes/headerlinks/contact.njk index 9950d08a..0543007a 100644 --- a/src/slashes/headerlinks/contact.njk +++ b/src/slashes/headerlinks/contact.njk @@ -3,7 +3,7 @@ title: Contact pageTitle: Contact eleventyNavigation: key: Contact - order: 6 + order: 5 ---

Want to get in touch with me? I am always open to connect with more people, so feel free to reach out by filling out the contact form below.

diff --git a/src/slashes/headerlinks/links.njk b/src/slashes/headerlinks/links.njk index 1b462e62..b45972f1 100644 --- a/src/slashes/headerlinks/links.njk +++ b/src/slashes/headerlinks/links.njk @@ -3,7 +3,7 @@ title: Links toc: true eleventyNavigation: key: Links - order: 5 + order: 4 ---

Throughout my developer journey, I have been inspired by many other developers and bloggers with their works and words. Here is my curated list of blogs and podcasts I follow, mostly related to tech and development, with occasional personal blogs.

diff --git a/src/slashes/headerlinks/now.md b/src/slashes/headerlinks/now.md deleted file mode 100644 index 915cdc25..00000000 --- a/src/slashes/headerlinks/now.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Now -desc: What I am up to at the moment. -updated: 2024-08-16T20:38:16+0800 -isArticle: true -eleventyNavigation: - key: Now - order: 2 ---- - -*This page was last updated on .* - -This is my [/now page](https://nownownow.com/about), which highlights what I am doing and focusing on at the moment. You can find more pages like this at [nownownow.com](https://nownownow.com/). - -You can also view [my profile on nownownow.com](https://nownownow.com/p/D9En). - -## Started My First Developer Job - -After working as a graphic designer for 8 years, and later taking online courses to learn to code for nearly two years without a Computer Science degree, I finally got my first developer job, with my new job starting from 16 August 2024. - -You can read more about my new job opportunity on my blog post, ["Got My First Developer Job"](/blog/posts/2024-08-16-got-my-first-developer-job/). - -## Migrated Website to Hostinger - -This website has migrated from GitHub Pages to Hostinger as its host. You can read about the move on my blog post, [Migrating My Website to Hostinger](/blog/posts/2024-07-31-migrating-to-hostinger). - -## Upgraded Eleventy to 3.0 - -I have been building this website with Eleventy since April 2024, and now I have officially upgraded Eleventy to version 3.0. - -You can read more about this website's upgrade to Eleventy 3.0 on my blog post, [Aboard the Eleventy 3.0 Train](/blog/posts/2024-07-19-eleventy-3-0-upgrade). \ No newline at end of file diff --git a/src/slashes/headerlinks/projects.njk b/src/slashes/headerlinks/projects.njk index b43eeb21..3a4def20 100644 --- a/src/slashes/headerlinks/projects.njk +++ b/src/slashes/headerlinks/projects.njk @@ -3,7 +3,7 @@ title: Projects pageTitle: Featured Projects eleventyNavigation: key: Projects - order: 4 + order: 3 ---