From 1fd7b020132ab82be13e058ed831186992ecaebf Mon Sep 17 00:00:00 2001
From: psy <psy@darmstadt.ccc.de>
Date: Fri, 14 Apr 2023 11:44:30 +0200
Subject: [PATCH] f*** those themes

---
 .gitmodules                    |  3 ---
 docs/index.de.md               |  5 ----
 docs/{index.en.md => index.md} |  0
 mkdocs.yml                     | 49 +++++++++++++++++-----------------
 4 files changed, 25 insertions(+), 32 deletions(-)
 delete mode 100644 docs/index.de.md
 rename docs/{index.en.md => index.md} (100%)

diff --git a/.gitmodules b/.gitmodules
index 3ca7285..9a8e85e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
 [submodule "themes"]
 	path = themes
 	url = https://git.cccv.de/infra/static-pages/mkdocs-themes.git
-[submodule "themes-third-party/mkdocs-gitbook-theme"]
-	path = themes-third-party/mkdocs-gitbook-theme
-	url = https://gitlab.com/lramage/mkdocs-gitbook-theme.git
diff --git a/docs/index.de.md b/docs/index.de.md
deleted file mode 100644
index 33e9ed7..0000000
--- a/docs/index.de.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# HowTo Chaos Communication Camp 2023
-
-TODO
-
-de index
diff --git a/docs/index.en.md b/docs/index.md
similarity index 100%
rename from docs/index.en.md
rename to docs/index.md
diff --git a/mkdocs.yml b/mkdocs.yml
index d8c44c5..4645fd4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,21 +4,22 @@ site_dir: public
 use_directory_urls: false
 strict: true
 
-plugins:
-  - i18n:
-      default_language: en
-      material_alternate: true
-      languages:
-        de:
-          name: Deutsch
-          build: true
-        en:
-          name: English
-          build: false
-
-theme: 
-  name: null
-  custom_dir: 'themes-third-party/mkdocs-gitbook-theme/mkdocs_gitbook'
+#plugins:
+#  - i18n:
+#      default_language: en
+#      material_alternate: true
+#      languages:
+#        de:
+#          name: Deutsch
+#          build: true
+#        en:
+#          name: English
+#          build: false
+
+theme:
+  name: readthedocs 
+  #name: null
+  #custom_dir: 'themes-third-party/mkdocs-gitbook-theme/mkdocs_gitbook'
   #navigation_depth: 3
 
   #static_templates:
@@ -42,14 +43,14 @@ nav:
   - communication.md
   - timeline.md
 
-extra:
-  alternate:
-    - name: English
-      link: /en/ 
-      lang: en
-    - name: Deutsch
-      link: /de/
-      lang: de
+#extra:
+#  alternate:
+#    - name: English
+#      link: /en/ 
+#      lang: en
+#    - name: Deutsch
+#      link: /de/
+#      lang: de
 
 
-repo_url: https://gitlab.com/lramage/mkdocs-gitbook-theme
+#repo_url: https://gitlab.com/lramage/mkdocs-gitbook-theme
-- 
GitLab