Browse Source

Enhance styling for code blocks in posts and layouts, including border and padding adjustments. Update all links to use the production URL instead of localhost for consistency across the site.

codeskraps 3 days ago
parent
commit
92bda1cf85
42 changed files with 683 additions and 346 deletions
  1. 13 0
      layouts/shortcodes/codewithcopy.html
  2. 6 6
      public/404.html
  3. 7 7
      public/about/index.html
  4. 8 8
      public/categories/index.html
  5. 2 2
      public/categories/index.xml
  6. 8 8
      public/index.html
  7. 16 17
      public/index.xml
  8. 84 6
      public/posts/2024/git_ssh_command/index.html
  9. 19 6
      public/posts/2024/gitignore_not_working/index.html
  10. 45 6
      public/posts/2024/mvi_architecture/index.html
  11. 32 6
      public/posts/2024/react_vs_kmp/index.html
  12. 175 6
      public/posts/2025/move_home_folder/index.html
  13. 13 13
      public/posts/index.html
  14. 12 12
      public/posts/index.xml
  15. 6 6
      public/projects/index.html
  16. 23 23
      public/sitemap.xml
  17. 10 10
      public/tags/android/index.html
  18. 6 6
      public/tags/android/index.xml
  19. 9 9
      public/tags/architecture/index.html
  20. 4 4
      public/tags/architecture/index.xml
  21. 10 10
      public/tags/git/index.html
  22. 6 6
      public/tags/git/index.xml
  23. 20 20
      public/tags/index.html
  24. 26 26
      public/tags/index.xml
  25. 9 9
      public/tags/ios/index.html
  26. 4 4
      public/tags/ios/index.xml
  27. 10 10
      public/tags/kmp/index.html
  28. 6 6
      public/tags/kmp/index.xml
  29. 10 10
      public/tags/kotlin/index.html
  30. 6 6
      public/tags/kotlin/index.xml
  31. 9 9
      public/tags/linux/index.html
  32. 4 4
      public/tags/linux/index.xml
  33. 9 9
      public/tags/mvi/index.html
  34. 4 4
      public/tags/mvi/index.xml
  35. 9 9
      public/tags/mvvm/index.html
  36. 4 4
      public/tags/mvvm/index.xml
  37. 9 9
      public/tags/react-native/index.html
  38. 4 4
      public/tags/react-native/index.xml
  39. 9 9
      public/tags/ssh/index.html
  40. 4 4
      public/tags/ssh/index.xml
  41. 9 9
      public/tags/viewmodel/index.html
  42. 4 4
      public/tags/viewmodel/index.xml

+ 13 - 0
layouts/shortcodes/codewithcopy.html

@@ -3,6 +3,9 @@
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -61,6 +64,16 @@
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="{{ $lang }}">

+ 6 - 6
public/404.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 404 | codeskraps
 </title>
@@ -13,7 +13,7 @@
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/404.html" >
+<link rel="canonical" href="http://localhost:55459/404.html" >
 
 
 
@@ -31,7 +31,7 @@
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -41,17 +41,17 @@
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 

+ 7 - 7
public/about/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 About | codeskraps
 </title>
@@ -13,7 +13,7 @@ About | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/about/" >
+<link rel="canonical" href="http://localhost:55459/about/" >
 
 
 
@@ -31,7 +31,7 @@ About | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -41,17 +41,17 @@ About | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -108,7 +108,7 @@ About | codeskraps
       
       
   <picture>
-  <img class="img-fluid" src="http://localhost:55173/images/me_codeskraps.gif?v=9df9e0930034eb1e10990a99d3ef1056" alt="me" loading="lazy" height="107" width="150" />
+  <img class="img-fluid" src="http://localhost:55459/images/me_codeskraps.gif?v=9df9e0930034eb1e10990a99d3ef1056" alt="me" loading="lazy" height="107" width="150" />
 </picture>
 </p>
 <p>I&rsquo;m a passionate and highly motivated software engineer with a deep-rooted love for technology that dates back to my first computer, an Amstrad 8256. From those early days of programming as a hobby, I&rsquo;ve turned my passion into a successful career, specializing in cross-platform mobile development with expertise in both Android and iOS ecosystems.</p>

+ 8 - 8
public/categories/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Categories | codeskraps
 </title>
@@ -13,9 +13,9 @@ Categories | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/categories/" >
-  <link href="http://localhost:55173/categories/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/categories/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/categories/" >
+  <link href="http://localhost:55459/categories/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/categories/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Categories | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Categories | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 

+ 2 - 2
public/categories/index.xml

@@ -2,12 +2,12 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Categories on codeskraps</title>
-    <link>http://localhost:55173/categories/</link>
+    <link>http://localhost:55459/categories/</link>
     <description>Recent content in Categories on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
-    <atom:link href="http://localhost:55173/categories/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/categories/index.xml" rel="self" type="application/rss+xml" />
   </channel>
 </rss>

+ 8 - 8
public/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
         Home | codeskraps
     </title>
@@ -13,9 +13,9 @@
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/" >
-  <link href="http://localhost:55173/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/" >
+  <link href="http://localhost:55459/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 

File diff suppressed because it is too large
+ 16 - 17
public/index.xml


+ 84 - 6
public/posts/2024/git_ssh_command/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Configuring SSH Keys for Individual Git Commands | codeskraps
 </title>
@@ -13,7 +13,7 @@ Configuring SSH Keys for Individual Git Commands | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/posts/2024/git_ssh_command/" >
+<link rel="canonical" href="http://localhost:55459/posts/2024/git_ssh_command/" >
 
 
 
@@ -31,7 +31,7 @@ Configuring SSH Keys for Individual Git Commands | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -41,17 +41,17 @@ Configuring SSH Keys for Individual Git Commands | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -118,6 +118,9 @@ Configuring SSH Keys for Individual Git Commands | codeskraps
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -176,6 +179,16 @@ Configuring SSH Keys for Individual Git Commands | codeskraps
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -233,6 +246,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -291,6 +307,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -347,6 +373,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -405,6 +434,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -464,6 +503,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -522,6 +564,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -589,6 +641,9 @@ This command will show you all files in your SSH directory, including your key f
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -647,6 +702,16 @@ This command will show you all files in your SSH directory, including your key f
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -720,6 +785,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -778,6 +846,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="ini">

+ 19 - 6
public/posts/2024/gitignore_not_working/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 When .gitignore Doesnt Seem to Work: A Quick Fix | codeskraps
 </title>
@@ -13,7 +13,7 @@ When .gitignore Doesnt Seem to Work: A Quick Fix | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/posts/2024/gitignore_not_working/" >
+<link rel="canonical" href="http://localhost:55459/posts/2024/gitignore_not_working/" >
 
 
 
@@ -31,7 +31,7 @@ When .gitignore Doesnt Seem to Work: A Quick Fix | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -41,17 +41,17 @@ When .gitignore Doesnt Seem to Work: A Quick Fix | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -125,6 +125,9 @@ When .gitignore Doesnt Seem to Work: A Quick Fix | codeskraps
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -183,6 +186,16 @@ When .gitignore Doesnt Seem to Work: A Quick Fix | codeskraps
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">

+ 45 - 6
public/posts/2024/mvi_architecture/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Simplifying MVI Architecture | codeskraps
 </title>
@@ -13,7 +13,7 @@ Simplifying MVI Architecture | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/posts/2024/mvi_architecture/" >
+<link rel="canonical" href="http://localhost:55459/posts/2024/mvi_architecture/" >
 
 
 
@@ -31,7 +31,7 @@ Simplifying MVI Architecture | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -41,17 +41,17 @@ Simplifying MVI Architecture | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -120,6 +120,9 @@ Simplifying MVI Architecture | codeskraps
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -178,6 +181,16 @@ Simplifying MVI Architecture | codeskraps
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="kotlin">
@@ -327,6 +340,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -385,6 +401,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="kotlin">
@@ -481,6 +507,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -539,6 +568,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="kotlin">

+ 32 - 6
public/posts/2024/react_vs_kmp/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 React Native vs Kotlin Multiplatform | codeskraps
 </title>
@@ -13,7 +13,7 @@ React Native vs Kotlin Multiplatform | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/posts/2024/react_vs_kmp/" >
+<link rel="canonical" href="http://localhost:55459/posts/2024/react_vs_kmp/" >
 
 
 
@@ -31,7 +31,7 @@ React Native vs Kotlin Multiplatform | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -41,17 +41,17 @@ React Native vs Kotlin Multiplatform | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -125,6 +125,9 @@ React Native vs Kotlin Multiplatform | codeskraps
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -183,6 +186,16 @@ React Native vs Kotlin Multiplatform | codeskraps
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="javascript">
@@ -251,6 +264,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #FFFFFF;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -309,6 +325,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 16px;
+}
 </style>
 
 <div class="code-block-container" data-lang="kotlin">

+ 175 - 6
public/posts/2025/move_home_folder/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Move /home Folder | codeskraps
 </title>
@@ -13,7 +13,7 @@ Move /home Folder | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/posts/2025/move_home_folder/" >
+<link rel="canonical" href="http://localhost:55459/posts/2025/move_home_folder/" >
 
 
 
@@ -31,7 +31,7 @@ Move /home Folder | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -41,17 +41,17 @@ Move /home Folder | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -115,6 +115,9 @@ Move /home Folder | codeskraps
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -173,6 +176,16 @@ Move /home Folder | codeskraps
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -230,6 +243,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -288,6 +304,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -346,6 +372,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -404,6 +433,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -461,6 +500,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -519,6 +561,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -574,6 +626,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -632,6 +687,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -687,6 +752,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -745,6 +813,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -800,6 +878,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -858,6 +939,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="arduino">
@@ -915,6 +1006,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -973,6 +1067,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -1028,6 +1132,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -1086,6 +1193,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -1141,6 +1258,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -1199,6 +1319,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -1257,6 +1387,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -1315,6 +1448,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -1370,6 +1513,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -1428,6 +1574,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">
@@ -1492,6 +1648,9 @@ function copyCodeBlock(button) {
 .code-block-container {
     position: relative;
     margin: 1em 0;
+    border: 1px solid #5E5E5E;
+    border-radius: 1px;
+    overflow: hidden;
 }
 
 .code-header {
@@ -1550,6 +1709,16 @@ function copyCodeBlock(button) {
 .copy-button.copied .tooltip {
     display: block;
 }
+
+.code-content {
+    margin: 0;
+    padding: 0;
+}
+
+.code-content pre {
+    margin: 0;
+    padding: 10px;
+}
 </style>
 
 <div class="code-block-container" data-lang="bash">

+ 13 - 13
public/posts/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Posts | codeskraps
 </title>
@@ -13,9 +13,9 @@ Posts | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/posts/" >
-  <link href="http://localhost:55173/posts/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/posts/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/posts/" >
+  <link href="http://localhost:55459/posts/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/posts/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Posts | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Posts | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Posts | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2025/move_home_folder/">
+        <a class="postListLink" href="http://localhost:55459/posts/2025/move_home_folder/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -109,7 +109,7 @@ Posts | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/react_vs_kmp/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/react_vs_kmp/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -127,7 +127,7 @@ Posts | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/mvi_architecture/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/mvi_architecture/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -144,7 +144,7 @@ Posts | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/gitignore_not_working/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/gitignore_not_working/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -161,7 +161,7 @@ Posts | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/git_ssh_command/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/git_ssh_command/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 12 - 12
public/posts/index.xml

@@ -2,47 +2,47 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Posts on codeskraps</title>
-    <link>http://localhost:55173/posts/</link>
+    <link>http://localhost:55459/posts/</link>
     <description>Recent content in Posts on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Wed, 29 Jan 2025 14:30:17 +0100</lastBuildDate>
-    <atom:link href="http://localhost:55173/posts/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/posts/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Move /home Folder</title>
-      <link>http://localhost:55173/posts/2025/move_home_folder/</link>
+      <link>http://localhost:55459/posts/2025/move_home_folder/</link>
       <pubDate>Wed, 29 Jan 2025 14:30:17 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2025/move_home_folder/</guid>
+      <guid>http://localhost:55459/posts/2025/move_home_folder/</guid>
       <description>&lt;p&gt;You can move the &lt;code&gt;/home&lt;/code&gt; folder on Ubuntu, but you must do it carefully to avoid breaking your system. Below are the steps to safely move &lt;code&gt;/home&lt;/code&gt; to a new location.&lt;/p&gt;</description>
     </item>
     <item>
       <title>React Native vs Kotlin Multiplatform</title>
-      <link>http://localhost:55173/posts/2024/react_vs_kmp/</link>
+      <link>http://localhost:55459/posts/2024/react_vs_kmp/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/react_vs_kmp/</guid>
+      <guid>http://localhost:55459/posts/2024/react_vs_kmp/</guid>
       <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In the ever-evolving world of mobile app development, choosing the right cross-platform framework can be a game-changer for businesses and developers alike. Two prominent contenders in this space are React Native and Kotlin Multiplatform (KMP). Both offer unique approaches to the challenge of writing code once and deploying it across multiple platforms. This article will dive deep into the strengths and considerations of each, helping you make an informed decision for your next project.&lt;/p&gt;</description>
     </item>
     <item>
       <title>Simplifying MVI Architecture</title>
-      <link>http://localhost:55173/posts/2024/mvi_architecture/</link>
+      <link>http://localhost:55459/posts/2024/mvi_architecture/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/mvi_architecture/</guid>
+      <guid>http://localhost:55459/posts/2024/mvi_architecture/</guid>
       <description>&lt;p&gt;Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&amp;rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.&lt;/p&gt;</description>
     </item>
     <item>
       <title>When .gitignore Doesnt Seem to Work: A Quick Fix</title>
-      <link>http://localhost:55173/posts/2024/gitignore_not_working/</link>
+      <link>http://localhost:55459/posts/2024/gitignore_not_working/</link>
       <pubDate>Sun, 02 Jun 2024 18:14:23 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/gitignore_not_working/</guid>
+      <guid>http://localhost:55459/posts/2024/gitignore_not_working/</guid>
       <description>&lt;p&gt;As developers, we&amp;rsquo;ve all been there. You&amp;rsquo;ve added a file or folder to your &lt;code&gt;.gitignore&lt;/code&gt;, but Git keeps tracking it anyway. What gives? Let&amp;rsquo;s dive into why this happens and how to fix it.&lt;/p&gt;</description>
     </item>
     <item>
       <title>Configuring SSH Keys for Individual Git Commands</title>
-      <link>http://localhost:55173/posts/2024/git_ssh_command/</link>
+      <link>http://localhost:55459/posts/2024/git_ssh_command/</link>
       <pubDate>Wed, 17 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/git_ssh_command/</guid>
+      <guid>http://localhost:55459/posts/2024/git_ssh_command/</guid>
       <description>&lt;p&gt;When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&amp;rsquo;t yet a local &lt;code&gt;.git/config&lt;/code&gt; file to modify.&lt;/p&gt;</description>
     </item>
   </channel>

+ 6 - 6
public/projects/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Projects | codeskraps
 </title>
@@ -13,7 +13,7 @@ Projects | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/projects/" >
+<link rel="canonical" href="http://localhost:55459/projects/" >
 
 
 
@@ -31,7 +31,7 @@ Projects | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -41,17 +41,17 @@ Projects | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 

+ 23 - 23
public/sitemap.xml

@@ -2,70 +2,70 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
   xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <url>
-    <loc>http://localhost:55173/about/</loc>
+    <loc>http://localhost:55459/about/</loc>
   </url><url>
-    <loc>http://localhost:55173/</loc>
+    <loc>http://localhost:55459/</loc>
     <lastmod>2025-01-29T14:30:17+01:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/linux/</loc>
+    <loc>http://localhost:55459/tags/linux/</loc>
     <lastmod>2025-01-29T14:30:17+01:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/posts/2025/move_home_folder/</loc>
+    <loc>http://localhost:55459/posts/2025/move_home_folder/</loc>
     <lastmod>2025-01-29T14:30:17+01:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/posts/</loc>
+    <loc>http://localhost:55459/posts/</loc>
     <lastmod>2025-01-29T14:30:17+01:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/</loc>
+    <loc>http://localhost:55459/tags/</loc>
     <lastmod>2025-01-29T14:30:17+01:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/android/</loc>
+    <loc>http://localhost:55459/tags/android/</loc>
     <lastmod>2024-10-03T17:16:34+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/ios/</loc>
+    <loc>http://localhost:55459/tags/ios/</loc>
     <lastmod>2024-10-03T17:16:34+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/kmp/</loc>
+    <loc>http://localhost:55459/tags/kmp/</loc>
     <lastmod>2024-10-03T17:16:34+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/kotlin/</loc>
+    <loc>http://localhost:55459/tags/kotlin/</loc>
     <lastmod>2024-10-03T17:16:34+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/posts/2024/react_vs_kmp/</loc>
+    <loc>http://localhost:55459/posts/2024/react_vs_kmp/</loc>
     <lastmod>2024-10-03T17:16:34+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/react-native/</loc>
+    <loc>http://localhost:55459/tags/react-native/</loc>
     <lastmod>2024-10-03T17:16:34+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/architecture/</loc>
+    <loc>http://localhost:55459/tags/architecture/</loc>
     <lastmod>2024-09-27T13:45:09+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/mvi/</loc>
+    <loc>http://localhost:55459/tags/mvi/</loc>
     <lastmod>2024-09-27T13:45:09+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/mvvm/</loc>
+    <loc>http://localhost:55459/tags/mvvm/</loc>
     <lastmod>2024-09-27T13:45:09+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/posts/2024/mvi_architecture/</loc>
+    <loc>http://localhost:55459/posts/2024/mvi_architecture/</loc>
     <lastmod>2024-09-27T13:45:09+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/viewmodel/</loc>
+    <loc>http://localhost:55459/tags/viewmodel/</loc>
     <lastmod>2024-09-27T13:45:09+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/git/</loc>
+    <loc>http://localhost:55459/tags/git/</loc>
     <lastmod>2024-06-02T18:14:23+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/posts/2024/gitignore_not_working/</loc>
+    <loc>http://localhost:55459/posts/2024/gitignore_not_working/</loc>
     <lastmod>2024-06-02T18:14:23+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/posts/2024/git_ssh_command/</loc>
+    <loc>http://localhost:55459/posts/2024/git_ssh_command/</loc>
     <lastmod>2024-04-17T16:56:53+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/tags/ssh/</loc>
+    <loc>http://localhost:55459/tags/ssh/</loc>
     <lastmod>2024-04-17T16:56:53+02:00</lastmod>
   </url><url>
-    <loc>http://localhost:55173/categories/</loc>
+    <loc>http://localhost:55459/categories/</loc>
   </url><url>
-    <loc>http://localhost:55173/projects/</loc>
+    <loc>http://localhost:55459/projects/</loc>
   </url>
 </urlset>

+ 10 - 10
public/tags/android/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Android | codeskraps
 </title>
@@ -13,9 +13,9 @@ Android | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/android/" >
-  <link href="http://localhost:55173/tags/android/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/android/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/android/" >
+  <link href="http://localhost:55459/tags/android/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/android/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Android | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Android | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Android | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/react_vs_kmp/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/react_vs_kmp/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -110,7 +110,7 @@ Android | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/mvi_architecture/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/mvi_architecture/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 6 - 6
public/tags/android/index.xml

@@ -2,26 +2,26 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Android on codeskraps</title>
-    <link>http://localhost:55173/tags/android/</link>
+    <link>http://localhost:55459/tags/android/</link>
     <description>Recent content in Android on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Thu, 03 Oct 2024 17:16:34 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/android/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/android/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>React Native vs Kotlin Multiplatform</title>
-      <link>http://localhost:55173/posts/2024/react_vs_kmp/</link>
+      <link>http://localhost:55459/posts/2024/react_vs_kmp/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/react_vs_kmp/</guid>
+      <guid>http://localhost:55459/posts/2024/react_vs_kmp/</guid>
       <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In the ever-evolving world of mobile app development, choosing the right cross-platform framework can be a game-changer for businesses and developers alike. Two prominent contenders in this space are React Native and Kotlin Multiplatform (KMP). Both offer unique approaches to the challenge of writing code once and deploying it across multiple platforms. This article will dive deep into the strengths and considerations of each, helping you make an informed decision for your next project.&lt;/p&gt;</description>
     </item>
     <item>
       <title>Simplifying MVI Architecture</title>
-      <link>http://localhost:55173/posts/2024/mvi_architecture/</link>
+      <link>http://localhost:55459/posts/2024/mvi_architecture/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/mvi_architecture/</guid>
+      <guid>http://localhost:55459/posts/2024/mvi_architecture/</guid>
       <description>&lt;p&gt;Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&amp;rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.&lt;/p&gt;</description>
     </item>
   </channel>

+ 9 - 9
public/tags/architecture/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Architecture | codeskraps
 </title>
@@ -13,9 +13,9 @@ Architecture | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/architecture/" >
-  <link href="http://localhost:55173/tags/architecture/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/architecture/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/architecture/" >
+  <link href="http://localhost:55459/tags/architecture/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/architecture/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Architecture | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Architecture | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Architecture | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/mvi_architecture/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/mvi_architecture/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 4 - 4
public/tags/architecture/index.xml

@@ -2,19 +2,19 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Architecture on codeskraps</title>
-    <link>http://localhost:55173/tags/architecture/</link>
+    <link>http://localhost:55459/tags/architecture/</link>
     <description>Recent content in Architecture on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Fri, 27 Sep 2024 13:45:09 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/architecture/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/architecture/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Simplifying MVI Architecture</title>
-      <link>http://localhost:55173/posts/2024/mvi_architecture/</link>
+      <link>http://localhost:55459/posts/2024/mvi_architecture/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/mvi_architecture/</guid>
+      <guid>http://localhost:55459/posts/2024/mvi_architecture/</guid>
       <description>&lt;p&gt;Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&amp;rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.&lt;/p&gt;</description>
     </item>
   </channel>

+ 10 - 10
public/tags/git/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Git | codeskraps
 </title>
@@ -13,9 +13,9 @@ Git | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/git/" >
-  <link href="http://localhost:55173/tags/git/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/git/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/git/" >
+  <link href="http://localhost:55459/tags/git/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/git/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Git | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Git | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Git | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/gitignore_not_working/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/gitignore_not_working/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -109,7 +109,7 @@ Git | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/git_ssh_command/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/git_ssh_command/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 6 - 6
public/tags/git/index.xml

@@ -2,26 +2,26 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Git on codeskraps</title>
-    <link>http://localhost:55173/tags/git/</link>
+    <link>http://localhost:55459/tags/git/</link>
     <description>Recent content in Git on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Sun, 02 Jun 2024 18:14:23 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/git/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/git/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>When .gitignore Doesnt Seem to Work: A Quick Fix</title>
-      <link>http://localhost:55173/posts/2024/gitignore_not_working/</link>
+      <link>http://localhost:55459/posts/2024/gitignore_not_working/</link>
       <pubDate>Sun, 02 Jun 2024 18:14:23 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/gitignore_not_working/</guid>
+      <guid>http://localhost:55459/posts/2024/gitignore_not_working/</guid>
       <description>&lt;p&gt;As developers, we&amp;rsquo;ve all been there. You&amp;rsquo;ve added a file or folder to your &lt;code&gt;.gitignore&lt;/code&gt;, but Git keeps tracking it anyway. What gives? Let&amp;rsquo;s dive into why this happens and how to fix it.&lt;/p&gt;</description>
     </item>
     <item>
       <title>Configuring SSH Keys for Individual Git Commands</title>
-      <link>http://localhost:55173/posts/2024/git_ssh_command/</link>
+      <link>http://localhost:55459/posts/2024/git_ssh_command/</link>
       <pubDate>Wed, 17 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/git_ssh_command/</guid>
+      <guid>http://localhost:55459/posts/2024/git_ssh_command/</guid>
       <description>&lt;p&gt;When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&amp;rsquo;t yet a local &lt;code&gt;.git/config&lt;/code&gt; file to modify.&lt;/p&gt;</description>
     </item>
   </channel>

+ 20 - 20
public/tags/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Tags | codeskraps
 </title>
@@ -13,9 +13,9 @@ Tags | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/" >
-  <link href="http://localhost:55173/tags/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/" >
+  <link href="http://localhost:55459/tags/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Tags | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Tags | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Tags | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/linux/">
+        <a class="postListLink" href="http://localhost:55459/tags/linux/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -109,7 +109,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/android/">
+        <a class="postListLink" href="http://localhost:55459/tags/android/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -126,7 +126,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/ios/">
+        <a class="postListLink" href="http://localhost:55459/tags/ios/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -143,7 +143,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/kmp/">
+        <a class="postListLink" href="http://localhost:55459/tags/kmp/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -160,7 +160,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/kotlin/">
+        <a class="postListLink" href="http://localhost:55459/tags/kotlin/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -177,7 +177,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/react-native/">
+        <a class="postListLink" href="http://localhost:55459/tags/react-native/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -194,7 +194,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/architecture/">
+        <a class="postListLink" href="http://localhost:55459/tags/architecture/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -211,7 +211,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/mvi/">
+        <a class="postListLink" href="http://localhost:55459/tags/mvi/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -228,7 +228,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/mvvm/">
+        <a class="postListLink" href="http://localhost:55459/tags/mvvm/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -245,7 +245,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/viewmodel/">
+        <a class="postListLink" href="http://localhost:55459/tags/viewmodel/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -262,7 +262,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/git/">
+        <a class="postListLink" href="http://localhost:55459/tags/git/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -279,7 +279,7 @@ Tags | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/tags/ssh/">
+        <a class="postListLink" href="http://localhost:55459/tags/ssh/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 26 - 26
public/tags/index.xml

@@ -2,96 +2,96 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Tags on codeskraps</title>
-    <link>http://localhost:55173/tags/</link>
+    <link>http://localhost:55459/tags/</link>
     <description>Recent content in Tags on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Wed, 29 Jan 2025 14:30:17 +0100</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Linux</title>
-      <link>http://localhost:55173/tags/linux/</link>
+      <link>http://localhost:55459/tags/linux/</link>
       <pubDate>Wed, 29 Jan 2025 14:30:17 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/linux/</guid>
+      <guid>http://localhost:55459/tags/linux/</guid>
       <description></description>
     </item>
     <item>
       <title>Android</title>
-      <link>http://localhost:55173/tags/android/</link>
+      <link>http://localhost:55459/tags/android/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/android/</guid>
+      <guid>http://localhost:55459/tags/android/</guid>
       <description></description>
     </item>
     <item>
       <title>Ios</title>
-      <link>http://localhost:55173/tags/ios/</link>
+      <link>http://localhost:55459/tags/ios/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/ios/</guid>
+      <guid>http://localhost:55459/tags/ios/</guid>
       <description></description>
     </item>
     <item>
       <title>Kmp</title>
-      <link>http://localhost:55173/tags/kmp/</link>
+      <link>http://localhost:55459/tags/kmp/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/kmp/</guid>
+      <guid>http://localhost:55459/tags/kmp/</guid>
       <description></description>
     </item>
     <item>
       <title>Kotlin</title>
-      <link>http://localhost:55173/tags/kotlin/</link>
+      <link>http://localhost:55459/tags/kotlin/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/kotlin/</guid>
+      <guid>http://localhost:55459/tags/kotlin/</guid>
       <description></description>
     </item>
     <item>
       <title>React-Native</title>
-      <link>http://localhost:55173/tags/react-native/</link>
+      <link>http://localhost:55459/tags/react-native/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/react-native/</guid>
+      <guid>http://localhost:55459/tags/react-native/</guid>
       <description></description>
     </item>
     <item>
       <title>Architecture</title>
-      <link>http://localhost:55173/tags/architecture/</link>
+      <link>http://localhost:55459/tags/architecture/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/architecture/</guid>
+      <guid>http://localhost:55459/tags/architecture/</guid>
       <description></description>
     </item>
     <item>
       <title>Mvi</title>
-      <link>http://localhost:55173/tags/mvi/</link>
+      <link>http://localhost:55459/tags/mvi/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/mvi/</guid>
+      <guid>http://localhost:55459/tags/mvi/</guid>
       <description></description>
     </item>
     <item>
       <title>Mvvm</title>
-      <link>http://localhost:55173/tags/mvvm/</link>
+      <link>http://localhost:55459/tags/mvvm/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/mvvm/</guid>
+      <guid>http://localhost:55459/tags/mvvm/</guid>
       <description></description>
     </item>
     <item>
       <title>Viewmodel</title>
-      <link>http://localhost:55173/tags/viewmodel/</link>
+      <link>http://localhost:55459/tags/viewmodel/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/viewmodel/</guid>
+      <guid>http://localhost:55459/tags/viewmodel/</guid>
       <description></description>
     </item>
     <item>
       <title>Git</title>
-      <link>http://localhost:55173/tags/git/</link>
+      <link>http://localhost:55459/tags/git/</link>
       <pubDate>Sun, 02 Jun 2024 18:14:23 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/git/</guid>
+      <guid>http://localhost:55459/tags/git/</guid>
       <description></description>
     </item>
     <item>
       <title>Ssh</title>
-      <link>http://localhost:55173/tags/ssh/</link>
+      <link>http://localhost:55459/tags/ssh/</link>
       <pubDate>Wed, 17 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/tags/ssh/</guid>
+      <guid>http://localhost:55459/tags/ssh/</guid>
       <description></description>
     </item>
   </channel>

+ 9 - 9
public/tags/ios/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Ios | codeskraps
 </title>
@@ -13,9 +13,9 @@ Ios | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/ios/" >
-  <link href="http://localhost:55173/tags/ios/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/ios/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/ios/" >
+  <link href="http://localhost:55459/tags/ios/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/ios/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Ios | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Ios | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Ios | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/react_vs_kmp/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/react_vs_kmp/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 4 - 4
public/tags/ios/index.xml

@@ -2,19 +2,19 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Ios on codeskraps</title>
-    <link>http://localhost:55173/tags/ios/</link>
+    <link>http://localhost:55459/tags/ios/</link>
     <description>Recent content in Ios on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Thu, 03 Oct 2024 17:16:34 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/ios/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/ios/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>React Native vs Kotlin Multiplatform</title>
-      <link>http://localhost:55173/posts/2024/react_vs_kmp/</link>
+      <link>http://localhost:55459/posts/2024/react_vs_kmp/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/react_vs_kmp/</guid>
+      <guid>http://localhost:55459/posts/2024/react_vs_kmp/</guid>
       <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In the ever-evolving world of mobile app development, choosing the right cross-platform framework can be a game-changer for businesses and developers alike. Two prominent contenders in this space are React Native and Kotlin Multiplatform (KMP). Both offer unique approaches to the challenge of writing code once and deploying it across multiple platforms. This article will dive deep into the strengths and considerations of each, helping you make an informed decision for your next project.&lt;/p&gt;</description>
     </item>
   </channel>

+ 10 - 10
public/tags/kmp/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Kmp | codeskraps
 </title>
@@ -13,9 +13,9 @@ Kmp | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/kmp/" >
-  <link href="http://localhost:55173/tags/kmp/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/kmp/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/kmp/" >
+  <link href="http://localhost:55459/tags/kmp/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/kmp/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Kmp | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Kmp | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Kmp | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/react_vs_kmp/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/react_vs_kmp/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -110,7 +110,7 @@ Kmp | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/mvi_architecture/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/mvi_architecture/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 6 - 6
public/tags/kmp/index.xml

@@ -2,26 +2,26 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Kmp on codeskraps</title>
-    <link>http://localhost:55173/tags/kmp/</link>
+    <link>http://localhost:55459/tags/kmp/</link>
     <description>Recent content in Kmp on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Thu, 03 Oct 2024 17:16:34 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/kmp/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/kmp/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>React Native vs Kotlin Multiplatform</title>
-      <link>http://localhost:55173/posts/2024/react_vs_kmp/</link>
+      <link>http://localhost:55459/posts/2024/react_vs_kmp/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/react_vs_kmp/</guid>
+      <guid>http://localhost:55459/posts/2024/react_vs_kmp/</guid>
       <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In the ever-evolving world of mobile app development, choosing the right cross-platform framework can be a game-changer for businesses and developers alike. Two prominent contenders in this space are React Native and Kotlin Multiplatform (KMP). Both offer unique approaches to the challenge of writing code once and deploying it across multiple platforms. This article will dive deep into the strengths and considerations of each, helping you make an informed decision for your next project.&lt;/p&gt;</description>
     </item>
     <item>
       <title>Simplifying MVI Architecture</title>
-      <link>http://localhost:55173/posts/2024/mvi_architecture/</link>
+      <link>http://localhost:55459/posts/2024/mvi_architecture/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/mvi_architecture/</guid>
+      <guid>http://localhost:55459/posts/2024/mvi_architecture/</guid>
       <description>&lt;p&gt;Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&amp;rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.&lt;/p&gt;</description>
     </item>
   </channel>

+ 10 - 10
public/tags/kotlin/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Kotlin | codeskraps
 </title>
@@ -13,9 +13,9 @@ Kotlin | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/kotlin/" >
-  <link href="http://localhost:55173/tags/kotlin/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/kotlin/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/kotlin/" >
+  <link href="http://localhost:55459/tags/kotlin/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/kotlin/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Kotlin | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Kotlin | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Kotlin | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/react_vs_kmp/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/react_vs_kmp/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">
@@ -110,7 +110,7 @@ Kotlin | codeskraps
 
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/mvi_architecture/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/mvi_architecture/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 6 - 6
public/tags/kotlin/index.xml

@@ -2,26 +2,26 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Kotlin on codeskraps</title>
-    <link>http://localhost:55173/tags/kotlin/</link>
+    <link>http://localhost:55459/tags/kotlin/</link>
     <description>Recent content in Kotlin on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Thu, 03 Oct 2024 17:16:34 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/kotlin/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/kotlin/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>React Native vs Kotlin Multiplatform</title>
-      <link>http://localhost:55173/posts/2024/react_vs_kmp/</link>
+      <link>http://localhost:55459/posts/2024/react_vs_kmp/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/react_vs_kmp/</guid>
+      <guid>http://localhost:55459/posts/2024/react_vs_kmp/</guid>
       <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In the ever-evolving world of mobile app development, choosing the right cross-platform framework can be a game-changer for businesses and developers alike. Two prominent contenders in this space are React Native and Kotlin Multiplatform (KMP). Both offer unique approaches to the challenge of writing code once and deploying it across multiple platforms. This article will dive deep into the strengths and considerations of each, helping you make an informed decision for your next project.&lt;/p&gt;</description>
     </item>
     <item>
       <title>Simplifying MVI Architecture</title>
-      <link>http://localhost:55173/posts/2024/mvi_architecture/</link>
+      <link>http://localhost:55459/posts/2024/mvi_architecture/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/mvi_architecture/</guid>
+      <guid>http://localhost:55459/posts/2024/mvi_architecture/</guid>
       <description>&lt;p&gt;Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&amp;rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.&lt;/p&gt;</description>
     </item>
   </channel>

+ 9 - 9
public/tags/linux/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Linux | codeskraps
 </title>
@@ -13,9 +13,9 @@ Linux | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/linux/" >
-  <link href="http://localhost:55173/tags/linux/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/linux/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/linux/" >
+  <link href="http://localhost:55459/tags/linux/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/linux/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Linux | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Linux | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Linux | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2025/move_home_folder/">
+        <a class="postListLink" href="http://localhost:55459/posts/2025/move_home_folder/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 4 - 4
public/tags/linux/index.xml

@@ -2,19 +2,19 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Linux on codeskraps</title>
-    <link>http://localhost:55173/tags/linux/</link>
+    <link>http://localhost:55459/tags/linux/</link>
     <description>Recent content in Linux on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Wed, 29 Jan 2025 14:30:17 +0100</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/linux/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/linux/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Move /home Folder</title>
-      <link>http://localhost:55173/posts/2025/move_home_folder/</link>
+      <link>http://localhost:55459/posts/2025/move_home_folder/</link>
       <pubDate>Wed, 29 Jan 2025 14:30:17 +0100</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2025/move_home_folder/</guid>
+      <guid>http://localhost:55459/posts/2025/move_home_folder/</guid>
       <description>&lt;p&gt;You can move the &lt;code&gt;/home&lt;/code&gt; folder on Ubuntu, but you must do it carefully to avoid breaking your system. Below are the steps to safely move &lt;code&gt;/home&lt;/code&gt; to a new location.&lt;/p&gt;</description>
     </item>
   </channel>

+ 9 - 9
public/tags/mvi/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Mvi | codeskraps
 </title>
@@ -13,9 +13,9 @@ Mvi | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/mvi/" >
-  <link href="http://localhost:55173/tags/mvi/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/mvi/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/mvi/" >
+  <link href="http://localhost:55459/tags/mvi/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/mvi/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Mvi | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Mvi | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Mvi | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/mvi_architecture/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/mvi_architecture/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 4 - 4
public/tags/mvi/index.xml

@@ -2,19 +2,19 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Mvi on codeskraps</title>
-    <link>http://localhost:55173/tags/mvi/</link>
+    <link>http://localhost:55459/tags/mvi/</link>
     <description>Recent content in Mvi on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Fri, 27 Sep 2024 13:45:09 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/mvi/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/mvi/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Simplifying MVI Architecture</title>
-      <link>http://localhost:55173/posts/2024/mvi_architecture/</link>
+      <link>http://localhost:55459/posts/2024/mvi_architecture/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/mvi_architecture/</guid>
+      <guid>http://localhost:55459/posts/2024/mvi_architecture/</guid>
       <description>&lt;p&gt;Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&amp;rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.&lt;/p&gt;</description>
     </item>
   </channel>

+ 9 - 9
public/tags/mvvm/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Mvvm | codeskraps
 </title>
@@ -13,9 +13,9 @@ Mvvm | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/mvvm/" >
-  <link href="http://localhost:55173/tags/mvvm/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/mvvm/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/mvvm/" >
+  <link href="http://localhost:55459/tags/mvvm/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/mvvm/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Mvvm | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Mvvm | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Mvvm | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/mvi_architecture/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/mvi_architecture/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 4 - 4
public/tags/mvvm/index.xml

@@ -2,19 +2,19 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Mvvm on codeskraps</title>
-    <link>http://localhost:55173/tags/mvvm/</link>
+    <link>http://localhost:55459/tags/mvvm/</link>
     <description>Recent content in Mvvm on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Fri, 27 Sep 2024 13:45:09 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/mvvm/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/mvvm/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Simplifying MVI Architecture</title>
-      <link>http://localhost:55173/posts/2024/mvi_architecture/</link>
+      <link>http://localhost:55459/posts/2024/mvi_architecture/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/mvi_architecture/</guid>
+      <guid>http://localhost:55459/posts/2024/mvi_architecture/</guid>
       <description>&lt;p&gt;Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&amp;rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.&lt;/p&gt;</description>
     </item>
   </channel>

+ 9 - 9
public/tags/react-native/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 React-Native | codeskraps
 </title>
@@ -13,9 +13,9 @@ React-Native | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/react-native/" >
-  <link href="http://localhost:55173/tags/react-native/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/react-native/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/react-native/" >
+  <link href="http://localhost:55459/tags/react-native/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/react-native/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ React-Native | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ React-Native | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ React-Native | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/react_vs_kmp/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/react_vs_kmp/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 4 - 4
public/tags/react-native/index.xml

@@ -2,19 +2,19 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>React-Native on codeskraps</title>
-    <link>http://localhost:55173/tags/react-native/</link>
+    <link>http://localhost:55459/tags/react-native/</link>
     <description>Recent content in React-Native on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Thu, 03 Oct 2024 17:16:34 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/react-native/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/react-native/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>React Native vs Kotlin Multiplatform</title>
-      <link>http://localhost:55173/posts/2024/react_vs_kmp/</link>
+      <link>http://localhost:55459/posts/2024/react_vs_kmp/</link>
       <pubDate>Thu, 03 Oct 2024 17:16:34 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/react_vs_kmp/</guid>
+      <guid>http://localhost:55459/posts/2024/react_vs_kmp/</guid>
       <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In the ever-evolving world of mobile app development, choosing the right cross-platform framework can be a game-changer for businesses and developers alike. Two prominent contenders in this space are React Native and Kotlin Multiplatform (KMP). Both offer unique approaches to the challenge of writing code once and deploying it across multiple platforms. This article will dive deep into the strengths and considerations of each, helping you make an informed decision for your next project.&lt;/p&gt;</description>
     </item>
   </channel>

+ 9 - 9
public/tags/ssh/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Ssh | codeskraps
 </title>
@@ -13,9 +13,9 @@ Ssh | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/ssh/" >
-  <link href="http://localhost:55173/tags/ssh/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/ssh/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/ssh/" >
+  <link href="http://localhost:55459/tags/ssh/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/ssh/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Ssh | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Ssh | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Ssh | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/git_ssh_command/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/git_ssh_command/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 4 - 4
public/tags/ssh/index.xml

@@ -2,19 +2,19 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Ssh on codeskraps</title>
-    <link>http://localhost:55173/tags/ssh/</link>
+    <link>http://localhost:55459/tags/ssh/</link>
     <description>Recent content in Ssh on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Wed, 17 Apr 2024 16:56:53 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/ssh/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/ssh/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Configuring SSH Keys for Individual Git Commands</title>
-      <link>http://localhost:55173/posts/2024/git_ssh_command/</link>
+      <link>http://localhost:55459/posts/2024/git_ssh_command/</link>
       <pubDate>Wed, 17 Apr 2024 16:56:53 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/git_ssh_command/</guid>
+      <guid>http://localhost:55459/posts/2024/git_ssh_command/</guid>
       <description>&lt;p&gt;When working with Git repositories, you often need to authenticate using SSH keys. While you can configure SSH settings globally, there are times when you need to use a specific SSH key for just one command. This is particularly useful when cloning a new repository or adding a submodule, where there isn&amp;rsquo;t yet a local &lt;code&gt;.git/config&lt;/code&gt; file to modify.&lt;/p&gt;</description>
     </item>
   </channel>

+ 9 - 9
public/tags/viewmodel/index.html

@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html lang="en-us">
 
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55173&amp;path=livereload" data-no-instant defer></script>
+<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=55459&amp;path=livereload" data-no-instant defer></script>
     <title>
 Viewmodel | codeskraps
 </title>
@@ -13,9 +13,9 @@ Viewmodel | codeskraps
 <meta name="generator" content="Hugo 0.145.0">
 
 
-<link rel="canonical" href="http://localhost:55173/tags/viewmodel/" >
-  <link href="http://localhost:55173/tags/viewmodel/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
-  <link href="http://localhost:55173/tags/viewmodel/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
+<link rel="canonical" href="http://localhost:55459/tags/viewmodel/" >
+  <link href="http://localhost:55459/tags/viewmodel/index.xml" rel="alternate" type="application/rss+xml" title="codeskraps" >
+  <link href="http://localhost:55459/tags/viewmodel/index.xml" rel="feed" type="application/rss+xml" title="codeskraps" >
 
 
 
@@ -33,7 +33,7 @@ Viewmodel | codeskraps
         <header class="headerWrapper">
     <div class="header">
         <div>
-            <a class="terminal" href="http://localhost:55173/">
+            <a class="terminal" href="http://localhost:55459/">
                 <span>me@codeskraps.com ~ $</span>
             </a>
         </div>
@@ -43,17 +43,17 @@ Viewmodel | codeskraps
             <ul>
                 
                 <li>
-                    <a href="http://localhost:55173/posts/" title="" >
+                    <a href="http://localhost:55459/posts/" title="" >
                         ~/posts</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/projects/" title="" >
+                    <a href="http://localhost:55459/projects/" title="" >
                         ~/projects</a>
                 </li>
                 
                 <li>
-                    <a href="http://localhost:55173/about/" title="" >
+                    <a href="http://localhost:55459/about/" title="" >
                         ~/about</a>
                 </li>
                 
@@ -92,7 +92,7 @@ Viewmodel | codeskraps
     <div>
         
 
-        <a class="postListLink" href="http://localhost:55173/posts/2024/mvi_architecture/">
+        <a class="postListLink" href="http://localhost:55459/posts/2024/mvi_architecture/">
             
             <div class="postListItem" role="listitem">
                 <div class="postHeader">

+ 4 - 4
public/tags/viewmodel/index.xml

@@ -2,19 +2,19 @@
 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
     <title>Viewmodel on codeskraps</title>
-    <link>http://localhost:55173/tags/viewmodel/</link>
+    <link>http://localhost:55459/tags/viewmodel/</link>
     <description>Recent content in Viewmodel on codeskraps</description>
     <generator>Hugo</generator>
     <language>en-us</language>
     <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
     <webMaster>me@codeskraps.com (codeskraps)</webMaster>
     <lastBuildDate>Fri, 27 Sep 2024 13:45:09 +0200</lastBuildDate>
-    <atom:link href="http://localhost:55173/tags/viewmodel/index.xml" rel="self" type="application/rss+xml" />
+    <atom:link href="http://localhost:55459/tags/viewmodel/index.xml" rel="self" type="application/rss+xml" />
     <item>
       <title>Simplifying MVI Architecture</title>
-      <link>http://localhost:55173/posts/2024/mvi_architecture/</link>
+      <link>http://localhost:55459/posts/2024/mvi_architecture/</link>
       <pubDate>Fri, 27 Sep 2024 13:45:09 +0200</pubDate><author>me@codeskraps.com (codeskraps)</author>
-      <guid>http://localhost:55173/posts/2024/mvi_architecture/</guid>
+      <guid>http://localhost:55459/posts/2024/mvi_architecture/</guid>
       <description>&lt;p&gt;Model-View-Intent (MVI) is a powerful architectural pattern for building user interfaces, especially in Android development. In this post, we&amp;rsquo;ll explore a helper class that simplifies the implementation of MVI, making it easier to manage state, handle user intents, and emit actions in your application.&lt;/p&gt;</description>
     </item>
   </channel>

Some files were not shown because too many files changed in this diff