diff --git a/.gitignore b/.gitignore
index 364fdec..b36556d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
public/
+resources
diff --git a/config.toml b/config.toml
index eac8168..5333f57 100644
--- a/config.toml
+++ b/config.toml
@@ -6,7 +6,7 @@ paginate = "7"
theme = "spectral"
[params]
-fancytitle = '
Kegelschiene'
+fancytitle = '
Kegelschiene'
copyright = "Ingolf Baenecke-Jakobshagen
Umsetzung: Simon Bruder"
startbuttonLink = "#contact"
@@ -145,17 +145,17 @@ label = "no tools"
enable = true
[[languages.de.two.section]]
-img = "img/start/ganz.jpg"
+img = "images/start/ganz.jpg"
title = 'Einfache Benutzung'
body = 'Die Kegelschiene lässt sich kinderleicht benutzen:
Nur die Schulterhalter auflegen, die Kugel in die Mulde legen, und es kann mit viel Schwung losgehen!'
[[languages.de.two.section]]
-img = "img/start/zerlegt.jpg"
+img = "images/start/zerlegt.jpg"
title = 'modulares System'
body = 'Die Kegelschiene besteht aus 5 Teilen, die durch Zusammenstecken ohne Werkzeuge miteinander verbunden werden können.'
[[languages.de.two.section]]
-img = "img/start/sport.jpg"
+img = "images/start/sport.jpg"
title = 'Einsatz in Freizeit oder Integration'
body = 'Die Kegelschiene lässt sich auch wunderbar bei anderen Aktivitäten benutzen. Ob Freizeitspiele wie Kegel-Billard (Bild) oder Inklusion im Schulsport: der Kreativität sind keine Grenzen gesetzt.'
@@ -165,17 +165,17 @@ body = 'Die Kegelschiene lässt sich auch wunderbar bei anderen Aktivitäten ben
enable = true
[[languages.en.two.section]]
-img = "img/start/ganz.jpg"
+img = "images/start/ganz.jpg"
title = 'Easy to use'
body = 'Kegelschiene is foolproof to use:
Just put on the shoulder support, put the ball in the deepening and you can start with a lot of momentum!'
[[languages.en.two.section]]
-img = "img/start/zerlegt.jpg"
+img = "images/start/zerlegt.jpg"
title = 'modular system'
body = 'Kegelschiene consists of 5 parts, which can be connected by plugging into each other without using tools.'
[[languages.en.two.section]]
-img = "img/start/sport.jpg"
+img = "images/start/sport.jpg"
title = 'use in leisure or integration'
body = 'Kegelschiene can also be used for other activities. Whether it’s leisure games such as bowling pool (picture), or inclusion in school sports: there are no limits to creativity.'
diff --git a/static/img/banner.jpg b/static/images/banner.jpg
similarity index 100%
rename from static/img/banner.jpg
rename to static/images/banner.jpg
diff --git a/static/img/banner_orig.jpg b/static/images/banner_orig.jpg
similarity index 100%
rename from static/img/banner_orig.jpg
rename to static/images/banner_orig.jpg
diff --git a/static/img/logo.svg b/static/images/logo.svg
similarity index 100%
rename from static/img/logo.svg
rename to static/images/logo.svg
diff --git a/static/img/start/ganz.jpg b/static/images/start/ganz.jpg
similarity index 100%
rename from static/img/start/ganz.jpg
rename to static/images/start/ganz.jpg
diff --git a/static/img/start/orig/sport.jpg b/static/images/start/orig/sport.jpg
similarity index 100%
rename from static/img/start/orig/sport.jpg
rename to static/images/start/orig/sport.jpg
diff --git a/static/img/start/sport.jpg b/static/images/start/sport.jpg
similarity index 100%
rename from static/img/start/sport.jpg
rename to static/images/start/sport.jpg
diff --git a/static/img/start/zerlegt.jpg b/static/images/start/zerlegt.jpg
similarity index 100%
rename from static/img/start/zerlegt.jpg
rename to static/images/start/zerlegt.jpg
diff --git a/themes/spectral b/themes/spectral
index 1a12474..0f1e813 160000
--- a/themes/spectral
+++ b/themes/spectral
@@ -1 +1 @@
-Subproject commit 1a124747ebad47a1f5b416619fdee8f4b605b89a
+Subproject commit 0f1e81303269651cc95fe414814775edb88bdf8a