2 Commits 8e3742b6a5 ... 884e228e1f

Author SHA1 Message Date
  codeskraps 884e228e1f Update stylesheet links across multiple HTML files to reference the new CSS version for consistent styling throughout the site. 2 days ago
  codeskraps e9ab6b7813 Update site color scheme: change primary color in configuration from orange to #2fe7ed for improved visual appeal. 2 days ago
32 changed files with 32 additions and 28 deletions
  1. 1 1
      hugo.toml
  2. 1 1
      public/404.html
  3. 1 1
      public/about/index.html
  4. 1 0
      public/css/style.min.09c25d8c0c3dabf4250b21bb33ccb15064f63543431506ead1a372acda26def6.css
  5. 1 0
      public/css/style.min.3177bdfe6b15916af65f5a213538f8cdd5caaa5f842cb89b1b7819fd521e0d52.css
  6. 1 0
      public/css/style.min.852ea5ce940e469e326d43b5c494e1646936db9e0ca5f4a33a0dbd0ff60bc5da.css
  7. 1 0
      public/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css
  8. 1 1
      public/index.html
  9. 1 1
      public/posts/2024/git_ssh_command/index.html
  10. 1 1
      public/posts/2024/gitignore_not_working/index.html
  11. 1 1
      public/posts/2024/mvi_architecture/index.html
  12. 1 1
      public/posts/2024/react_vs_kmp/index.html
  13. 1 1
      public/posts/2025/evolution_software_development_ai/index.html
  14. 1 1
      public/posts/2025/move_home_folder/index.html
  15. 1 1
      public/posts/index.html
  16. 1 1
      public/projects/index.html
  17. 1 1
      public/tags/ai/index.html
  18. 1 1
      public/tags/android/index.html
  19. 1 1
      public/tags/architecture/index.html
  20. 1 1
      public/tags/future/index.html
  21. 1 1
      public/tags/git/index.html
  22. 1 1
      public/tags/index.html
  23. 1 1
      public/tags/ios/index.html
  24. 1 1
      public/tags/kmp/index.html
  25. 1 1
      public/tags/kotlin/index.html
  26. 1 1
      public/tags/linux/index.html
  27. 1 1
      public/tags/mvi/index.html
  28. 1 1
      public/tags/mvvm/index.html
  29. 1 1
      public/tags/react-native/index.html
  30. 1 1
      public/tags/software-development/index.html
  31. 1 1
      public/tags/ssh/index.html
  32. 1 1
      public/tags/viewmodel/index.html

+ 1 - 1
hugo.toml

@@ -60,7 +60,7 @@ enableTwitterCards = true
         bio = "Mobile developer with extensive experience in Android, iOS, and cross-platform solutions"
 
     [params.styles]
-        color = "orange"
+        color = "#2fe7ed"
 
 [[params.social]]
 key = 0

+ 1 - 1
public/404.html

@@ -18,7 +18,7 @@
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/about/index.html

@@ -18,7 +18,7 @@ About Me | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

File diff suppressed because it is too large
+ 1 - 0
public/css/style.min.09c25d8c0c3dabf4250b21bb33ccb15064f63543431506ead1a372acda26def6.css


File diff suppressed because it is too large
+ 1 - 0
public/css/style.min.3177bdfe6b15916af65f5a213538f8cdd5caaa5f842cb89b1b7819fd521e0d52.css


File diff suppressed because it is too large
+ 1 - 0
public/css/style.min.852ea5ce940e469e326d43b5c494e1646936db9e0ca5f4a33a0dbd0ff60bc5da.css


File diff suppressed because it is too large
+ 1 - 0
public/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css


+ 1 - 1
public/index.html

@@ -20,7 +20,7 @@
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/posts/2024/git_ssh_command/index.html

@@ -18,7 +18,7 @@ Configuring SSH Keys for Individual Git Commands | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/posts/2024/gitignore_not_working/index.html

@@ -18,7 +18,7 @@ When .gitignore Doesnt Seem to Work: A Quick Fix | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/posts/2024/mvi_architecture/index.html

@@ -18,7 +18,7 @@ Simplifying MVI Architecture | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/posts/2024/react_vs_kmp/index.html

@@ -18,7 +18,7 @@ React Native vs Kotlin Multiplatform | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/posts/2025/evolution_software_development_ai/index.html

@@ -18,7 +18,7 @@ The Evolution of Software Development in the AI Era | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/posts/2025/move_home_folder/index.html

@@ -18,7 +18,7 @@ Move /home Folder | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/posts/index.html

@@ -20,7 +20,7 @@ Posts | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/projects/index.html

@@ -18,7 +18,7 @@ Projects | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/tags/ai/index.html

@@ -20,7 +20,7 @@ Ai | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Android | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Architecture | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/tags/future/index.html

@@ -20,7 +20,7 @@ Future | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Git | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/tags/index.html

@@ -20,7 +20,7 @@ Tags | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Ios | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Kmp | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Kotlin | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Linux | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Mvi | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Mvvm | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ React-Native | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

+ 1 - 1
public/tags/software-development/index.html

@@ -20,7 +20,7 @@ Software-Development | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Ssh | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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

@@ -20,7 +20,7 @@ Viewmodel | codeskraps
 
 
 
-<link href="/css/style.min.ee0d47e4d4346c71a65a9e873108c81ffae54d60a2fc2338f6df394eb4b25a82.css" rel="stylesheet">
+<link href="/css/style.min.ef8e99489b0b85e34523800e588426b1b4c05e27adcb9d7193952cef205afe6d.css" rel="stylesheet">
 
 
 

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