From 76ec5068de63c65a84092e80faa2664a6bfae868 Mon Sep 17 00:00:00 2001 From: fiatcode Date: Thu, 26 Mar 2026 16:37:13 +0700 Subject: [PATCH] refactor: update branding from Dhemas Nurjaya to fiatcode across components and blog posts --- src/components/Footer.astro | 2 +- src/components/Header.astro | 2 +- src/components/Intro.astro | 4 ++-- .../blog/building-my-own-self-hosted-music-library.md | 2 +- src/content/blog/flutter-clean-architecture.md | 10 ---------- src/content/blog/kuwot-flutter-daily-quote-app.md | 2 +- src/pages/index.astro | 2 +- src/pages/posts/[...page].astro | 4 ++-- src/pages/posts/[id].astro | 2 +- src/pages/search/index.astro | 5 +---- src/pages/tags/[name].astro | 4 ++-- src/pages/tags/index.astro | 2 +- 12 files changed, 14 insertions(+), 27 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 3800838..9625db8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,6 +1,6 @@ diff --git a/src/components/Header.astro b/src/components/Header.astro index bbf4166..bf6fe09 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -10,7 +10,7 @@ import Link from "@/components/Link.astro"; href="/" aria-label="Home" class="inline-block before:content-['['] after:content-[']_#'] p-1 bg-green-600 text-neutral-800 hover:bg-green-500 transition-colors" - >dhemasnurjayafiatcode
  • diff --git a/src/components/Intro.astro b/src/components/Intro.astro index 7e56125..15f97f1 100644 --- a/src/components/Intro.astro +++ b/src/components/Intro.astro @@ -3,9 +3,9 @@ import PageTitle from "@/components/PageTitle.astro"; ---
    - +

    - Cross-platform developer. Linux fan stuck on Windows. Craftsman at heart. + Cross-platform developer. Linux native. Craftsman at heart.

    I write about building apps, learning new tech, and the occasional diff --git a/src/content/blog/building-my-own-self-hosted-music-library.md b/src/content/blog/building-my-own-self-hosted-music-library.md index 5826edd..1b48e49 100644 --- a/src/content/blog/building-my-own-self-hosted-music-library.md +++ b/src/content/blog/building-my-own-self-hosted-music-library.md @@ -272,7 +272,7 @@ services: ND_SESSIONTIMEOUT: 24h labels: - "traefik.enable=true" - - "traefik.http.routers.navidrome.rule=Host(`music.dhemasnurjaya.com`)" + - "traefik.http.routers.navidrome.rule=Host(`music.fiatcode.dev`)" - "traefik.http.routers.navidrome.entrypoints=websecure" - "traefik.http.routers.navidrome.tls.certresolver=letsencrypt" - "traefik.http.services.navidrome.loadbalancer.server.port=4533" diff --git a/src/content/blog/flutter-clean-architecture.md b/src/content/blog/flutter-clean-architecture.md index d4f95ec..6807e06 100644 --- a/src/content/blog/flutter-clean-architecture.md +++ b/src/content/blog/flutter-clean-architecture.md @@ -1235,13 +1235,3 @@ class WeatherApp extends StatelessWidget { } } ``` - ---- - -## Testing - -. - ---- - -All the codes in this set of articles are available on [GitHub](https://github.com/dhemasnurjaya/flutter-clean-architecture), and will be updated regularly because I use them too as my project starter. diff --git a/src/content/blog/kuwot-flutter-daily-quote-app.md b/src/content/blog/kuwot-flutter-daily-quote-app.md index 4029ac6..ae80b60 100644 --- a/src/content/blog/kuwot-flutter-daily-quote-app.md +++ b/src/content/blog/kuwot-flutter-daily-quote-app.md @@ -8,7 +8,7 @@ tags: - project --- -I made [Kuwot](https://play.google.com/store/apps/details?id=com.dhemasnurjaya.kuwot) last year in my spare time. I want to share it, you can use it as an inspiration, practice app, or something else is up to you since I open-sourced the code (links below). +I made [Kuwot](https://codeberg.org/fiatcode/kuwot-app) last year in my spare time. I want to share it, you can use it as an inspiration, practice app, or something else is up to you since I open-sourced the code (links below). # Introduction diff --git a/src/pages/index.astro b/src/pages/index.astro index 0c6b2e9..d78ac9a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,6 +3,6 @@ import Intro from "@/components/Intro.astro"; import Layout from "@/layouts/Layout.astro"; --- - + diff --git a/src/pages/posts/[...page].astro b/src/pages/posts/[...page].astro index 43f1c2a..d0934c4 100644 --- a/src/pages/posts/[...page].astro +++ b/src/pages/posts/[...page].astro @@ -26,8 +26,8 @@ const { page } = Astro.props; ---

      diff --git a/src/pages/posts/[id].astro b/src/pages/posts/[id].astro index 8a5cfe2..05f44a1 100644 --- a/src/pages/posts/[id].astro +++ b/src/pages/posts/[id].astro @@ -34,7 +34,7 @@ const { post, content } = Astro.props; ---
      diff --git a/src/pages/search/index.astro b/src/pages/search/index.astro index 6436b5b..4ff12f5 100644 --- a/src/pages/search/index.astro +++ b/src/pages/search/index.astro @@ -4,10 +4,7 @@ import Layout from "@/layouts/Layout.astro"; import Search from "astro-pagefind/components/Search"; --- - + { diff --git a/src/pages/tags/index.astro b/src/pages/tags/index.astro index 265e445..a2bad1e 100644 --- a/src/pages/tags/index.astro +++ b/src/pages/tags/index.astro @@ -18,7 +18,7 @@ const tags = Array.from(tagsMap.entries()).sort((a, b) => ); --- - +
        {