diff --git a/archetypes/default.md b/archetypes/default.md
deleted file mode 100644
index c6f3fce..0000000
--- a/archetypes/default.md
+++ /dev/null
@@ -1,5 +0,0 @@
-+++
-title = '{{ replace .File.ContentBaseName "-" " " | title }}'
-date = {{ .Date }}
-draft = true
-+++
diff --git a/hugo.toml b/hugo.toml
deleted file mode 100644
index 1e0e06a..0000000
--- a/hugo.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-baseURL = "https://blog.privacynerd.de/"
-languageCode = 'en-us'
-theme = "coming-soon"
-
-[params]
- title = "Privacynerd's blog - coming at some point in the future!"
- description = "Privacynerd's blog"
- favicon = ""
- message = "COMING SOON!"
- release = "March 30, 2025"
- background = ""
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png
deleted file mode 100644
index 3e7e562..0000000
Binary files a/public/android-chrome-192x192.png and /dev/null differ
diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png
deleted file mode 100644
index 7725a4d..0000000
Binary files a/public/android-chrome-512x512.png and /dev/null differ
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
deleted file mode 100644
index a1f5cbf..0000000
Binary files a/public/apple-touch-icon.png and /dev/null differ
diff --git a/public/bg.mp4 b/public/bg.mp4
deleted file mode 100644
index 89df32b..0000000
Binary files a/public/bg.mp4 and /dev/null differ
diff --git a/public/browserconfig.xml b/public/browserconfig.xml
deleted file mode 100644
index b3930d0..0000000
--- a/public/browserconfig.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
- #da532c
-
-
-
diff --git a/public/categories/index.xml b/public/categories/index.xml
deleted file mode 100644
index f225391..0000000
--- a/public/categories/index.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- Categories on
- https://blog.privacynerd.de/categories/
- Recent content in Categories on
- Hugo
- en-us
-
-
-
diff --git a/public/css/styles.css b/public/css/styles.css
deleted file mode 100644
index b8f468b..0000000
--- a/public/css/styles.css
+++ /dev/null
@@ -1,114 +0,0 @@
-* {
-margin: 0;
-padding: 0;
-}
-
-.bgimg {
-/* Full-screen */
-height: 100vh; /* Use viewport height for full-screen height */
-/* Center the background image */
-background-position: center;
-/* Scale and zoom in the image */
-background-size: cover;
-/* Add position: relative to enable absolutely positioned elements inside the image (place text) */
-position: relative;
-/* Add a white text color to all elements inside the .bgimg container */
-color: white;
-/* Add a font */
-font-family: "Courier New", Courier, monospace;
-/* Set the font-size to 25 pixels */
-font-size: 25px;
-}
-
-.bgimg video {
-width: 100%;
-height: 100%; /* Make the video fill the entire .bgimg container */
-object-fit: cover; /* Make the video cover the container without stretching */
-display: block; /* Remove any extra spacing */
-position: absolute; /* Position the video absolutely within the .bgimg container */
-}
-
-
-/* Position text in the top-left corner */
-.topleft {
-position: absolute;
-top: 16px;
-left: 16px;
-}
-
-/* Position text in the bottom-left corner */
-.bottomleft {
-position: absolute;
-bottom: 16px;
-left: 16px;
-}
-
-/* Position text in the middle */
-.middle {
-position: absolute;
-top: 50%;
-left: 50%;
-transform: translate(-50%, -50%);
-text-align: center;
-}
-#demo{
- font-size:30px;
- padding: 10px;
-}
-@media screen AND (max-width:600px) {
- .middle h1{
- font-size: 20px;
- }
- #demo{
- font-size: 20px;
- }
-}
-
-/* Style the
element */
-hr {
-margin: auto;
-width: 40%;
-}
-
-/* right side */
-.social-icons {
- text-align: center;
- filter: brightness(0) invert(1);
-}
-
-.social-icons .social-icons-list {
- display: inline-block;
- list-style-type: none;
- padding: 0;
- text-align: center;
-}
-
-.social-icons-list .social-icon {
- box-sizing: border-box;
- display: inline-block;
- height: 24px;
- margin: 0 6px;
- width: 24px;
-}
-
-.social-icon a svg path {
- transition: fill 0.15s ease;
-}
-
-.topright {
- position: absolute;
- top: 16px;
- right: 15px;
-}
-
-.topright a{
- text-decoration: none;
- color: #0e0e10;
-}
-
-/* left side */
-.left{
- right: 0;
- bottom: 10px;
- position: absolute;
-}
\ No newline at end of file
diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png
deleted file mode 100644
index eb753af..0000000
Binary files a/public/favicon-16x16.png and /dev/null differ
diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png
deleted file mode 100644
index 054f453..0000000
Binary files a/public/favicon-32x32.png and /dev/null differ
diff --git a/public/favicon.ico b/public/favicon.ico
deleted file mode 100644
index 7caddfb..0000000
Binary files a/public/favicon.ico and /dev/null differ
diff --git a/public/index.html b/public/index.html
deleted file mode 100644
index 6316a12..0000000
--- a/public/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
- Privacynerd's blog - coming at some point in the future!
-
-
-
-
-
-
-
-
-
-
-
-
-
Privacynerd's blog - coming at some point in the future!
-
-
-
-
-
COMING SOON!
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/index.xml b/public/index.xml
deleted file mode 100644
index 774dd25..0000000
--- a/public/index.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
- https://blog.privacynerd.de/
- Recent content on
- Hugo
- en-us
-
-
-
diff --git a/public/js/script.js b/public/js/script.js
deleted file mode 100644
index 9d06633..0000000
--- a/public/js/script.js
+++ /dev/null
@@ -1,31 +0,0 @@
-// Get the release date from the data attribute
-var releaseDateStr = document.getElementById("countdown").getAttribute("data-release");
-
-// Create a JavaScript Date object using the release date string
-var countDownDate = new Date(releaseDateStr);
-
-// Update the count down every 1 second
-var x = setInterval(function() {
-
- // Get todays date and time
- var now = new Date().getTime();
-
- // Find the distance between now an the count down date
- var distance = countDownDate - now;
-
- // Time calculations for days, hours, minutes and seconds
- var days = Math.floor(distance / (1000 * 60 * 60 * 24));
- var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
- var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
- var seconds = Math.floor((distance % (1000 * 60)) / 1000);
-
- // Display the result in an element with id="demo"
- document.getElementById("demo").innerHTML = days + "d " + hours + "h "
- + minutes + "m " + seconds + "s ";
-
- // If the count down is finished, write some text
- if (distance < 0) {
- clearInterval(x);
- document.getElementById("demo").innerHTML = "EXPIRED";
- }
-}, 1000);
\ No newline at end of file
diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png
deleted file mode 100644
index a4a22ab..0000000
Binary files a/public/mstile-150x150.png and /dev/null differ
diff --git a/public/original.png b/public/original.png
deleted file mode 100644
index d15ebdc..0000000
Binary files a/public/original.png and /dev/null differ
diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg
deleted file mode 100644
index 5da16ad..0000000
--- a/public/safari-pinned-tab.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
diff --git a/public/site.webmanifest b/public/site.webmanifest
deleted file mode 100644
index b20abb7..0000000
--- a/public/site.webmanifest
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "",
- "short_name": "",
- "icons": [
- {
- "src": "/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "/android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "theme_color": "#ffffff",
- "background_color": "#ffffff",
- "display": "standalone"
-}
diff --git a/public/sitemap.xml b/public/sitemap.xml
deleted file mode 100644
index fd14500..0000000
--- a/public/sitemap.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- https://blog.privacynerd.de/
-
- https://blog.privacynerd.de/categories/
-
- https://blog.privacynerd.de/tags/
-
-
diff --git a/public/svg/icons/email.svg b/public/svg/icons/email.svg
deleted file mode 100644
index 3811b59..0000000
--- a/public/svg/icons/email.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/svg/icons/facebook.svg b/public/svg/icons/facebook.svg
deleted file mode 100644
index 4ef9d67..0000000
--- a/public/svg/icons/facebook.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/svg/icons/github.svg b/public/svg/icons/github.svg
deleted file mode 100644
index 538ec5b..0000000
--- a/public/svg/icons/github.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/svg/icons/instagram.svg b/public/svg/icons/instagram.svg
deleted file mode 100644
index 5a68721..0000000
--- a/public/svg/icons/instagram.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/svg/icons/linkedin.svg b/public/svg/icons/linkedin.svg
deleted file mode 100644
index c663429..0000000
--- a/public/svg/icons/linkedin.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/svg/icons/tiktok.svg b/public/svg/icons/tiktok.svg
deleted file mode 100644
index 57ce3ae..0000000
--- a/public/svg/icons/tiktok.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/svg/icons/twitter.svg b/public/svg/icons/twitter.svg
deleted file mode 100644
index 45bd20c..0000000
--- a/public/svg/icons/twitter.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/tags/index.xml b/public/tags/index.xml
deleted file mode 100644
index 4d76509..0000000
--- a/public/tags/index.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- Tags on
- https://blog.privacynerd.de/tags/
- Recent content in Tags on
- Hugo
- en-us
-
-
-
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
deleted file mode 100644
index 3e7e562..0000000
Binary files a/static/android-chrome-192x192.png and /dev/null differ
diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png
deleted file mode 100644
index 7725a4d..0000000
Binary files a/static/android-chrome-512x512.png and /dev/null differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
deleted file mode 100644
index a1f5cbf..0000000
Binary files a/static/apple-touch-icon.png and /dev/null differ
diff --git a/static/browserconfig.xml b/static/browserconfig.xml
deleted file mode 100644
index b3930d0..0000000
--- a/static/browserconfig.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
- #da532c
-
-
-
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
deleted file mode 100644
index eb753af..0000000
Binary files a/static/favicon-16x16.png and /dev/null differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
deleted file mode 100644
index 054f453..0000000
Binary files a/static/favicon-32x32.png and /dev/null differ
diff --git a/static/favicon.ico b/static/favicon.ico
deleted file mode 100644
index 7caddfb..0000000
Binary files a/static/favicon.ico and /dev/null differ
diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png
deleted file mode 100644
index a4a22ab..0000000
Binary files a/static/mstile-150x150.png and /dev/null differ
diff --git a/static/original.png b/static/original.png
deleted file mode 100644
index d15ebdc..0000000
Binary files a/static/original.png and /dev/null differ
diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg
deleted file mode 100644
index 5da16ad..0000000
--- a/static/safari-pinned-tab.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
diff --git a/static/site.webmanifest b/static/site.webmanifest
deleted file mode 100644
index b20abb7..0000000
--- a/static/site.webmanifest
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "",
- "short_name": "",
- "icons": [
- {
- "src": "/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "/android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ],
- "theme_color": "#ffffff",
- "background_color": "#ffffff",
- "display": "standalone"
-}
diff --git a/themes/coming-soon b/themes/coming-soon
deleted file mode 160000
index 0e860ce..0000000
--- a/themes/coming-soon
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 0e860ce9bbb5e4798fcc8d93553ba51d1055f556