diff --git a/2023/05/18/whatsapp-analyze/index.html b/2023/05/18/whatsapp-analyze/index.html index 60a6b6c..b2382a4 100644 --- a/2023/05/18/whatsapp-analyze/index.html +++ b/2023/05/18/whatsapp-analyze/index.html @@ -266,7 +266,7 @@

- #opensource

+ #opensource

@@ -316,6 +316,7 @@ nanobar.go(100); - + diff --git a/About/index.html b/About/index.html index 28acdcb..8ae9a57 100644 --- a/About/index.html +++ b/About/index.html @@ -211,9 +211,11 @@
var tK = new Person("Tim","Kicker");
 
 tK.State = "Austria";
-tK.Interests = {"Linux","Selfhosting","Vinyl",
+tK.Interests = {"Linux",
+                "Selfhosting",
+                "Vinyl",
                 "Data curation",
-                "Privacy (Datnschützr würd ma sega)"};
+                "Privacy Guardance"};
 
 tK.FavGames = {"Half-Life 2",
                "Lego Universe",
@@ -222,8 +224,9 @@ tK.FavGames 
 
 tK.FavLang = "CSharp";
 tK.LeastFavLang = "JS";
-tK.FavColor = "Black (If that's a color??)";
-
+tK.FavColor = Color.Black; + // if that's a real color? + @@ -243,7 +246,7 @@ tK.FavColor

- #opensource

+ #opensource

@@ -293,6 +296,7 @@ tK.FavColor nanobar.go(100); - + diff --git a/CNAME b/CNAME deleted file mode 100644 index f615793..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -tim.kicker.dev \ No newline at end of file diff --git a/archives/2023/05/index.html b/archives/2023/05/index.html index e2727e2..811a18e 100644 --- a/archives/2023/05/index.html +++ b/archives/2023/05/index.html @@ -233,7 +233,7 @@

- #opensource

+ #opensource

@@ -283,6 +283,7 @@ nanobar.go(100); - + diff --git a/archives/2023/index.html b/archives/2023/index.html index 94919dd..37706f5 100644 --- a/archives/2023/index.html +++ b/archives/2023/index.html @@ -233,7 +233,7 @@

- #opensource

+ #opensource

@@ -283,6 +283,7 @@ nanobar.go(100); - + diff --git a/archives/index.html b/archives/index.html index 7598e29..c230d8a 100644 --- a/archives/index.html +++ b/archives/index.html @@ -233,7 +233,7 @@

- #opensource

+ #opensource

@@ -283,6 +283,7 @@ nanobar.go(100); - + diff --git a/index.html b/index.html index f9e7f77..71a503a 100644 --- a/index.html +++ b/index.html @@ -234,7 +234,7 @@

- #opensource

+ #opensource

@@ -284,6 +284,7 @@ nanobar.go(100); - + diff --git a/newPost.json b/newPost.json new file mode 100644 index 0000000..8b03cb2 --- /dev/null +++ b/newPost.json @@ -0,0 +1 @@ +{"title":"Data about data","id":"2023/05/18/whatsapp-analyze/","date_published":"05/18/2023","summary":"","url":"https://tim.kicker.dev/2023/05/18/whatsapp-analyze/","tags":[],"categories":[]} \ No newline at end of file diff --git a/webpushr-sw.js b/webpushr-sw.js new file mode 100644 index 0000000..c90db21 --- /dev/null +++ b/webpushr-sw.js @@ -0,0 +1 @@ +importScripts('https://cdn.webpushr.com/sw-server.min.js'); \ No newline at end of file