diff --git a/config.toml b/config.toml
index 8baf476..0425ce1 100644
--- a/config.toml
+++ b/config.toml
@@ -18,6 +18,10 @@ pluralizeListTitles = false
googleAnalytics = "UA-12671637-1"
+[mediaTypes]
+ [mediaTypes."image/svg+xml"]
+ suffixes = ["svg"]
+
[menu]
[[menu.main]]
identifier = "ueber-uns"
diff --git a/content/_index.md b/content/_index.md
index 4329f40..4fd2888 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -4,6 +4,7 @@ draft = false
title = "Neff Stein-Design"
galleries = ["gemeinschaftsgrab", "grabmal", "bauen-und-wohnen"]
+about_us = ["qualitaet", "tradition", "handwerk"]
[menu]
[menu.footer]
diff --git a/content/katalog/urnengrabanlage/abdeckung/modell.md b/content/katalog/urnengrabanlage/abdeckung/modell.md
deleted file mode 100644
index b780548..0000000
--- a/content/katalog/urnengrabanlage/abdeckung/modell.md
+++ /dev/null
@@ -1,37 +0,0 @@
-+++
-title = "Urnengrab Abdeckung"
-date = "2019-05-02T06:30:55+02:00"
-draft = false
-alt = "Urnengrababdeckung mit Umrandung"
-material = "PP4, poliert"
-article_id = "0001"
-ornament = "Kreuz"
-description = "Urnengrab Abdeckplatte mit verklebter Einfassung"
-offer = "/aktionen/preisbeispiel-urnengrab-2019/"
-type = "model"
-used_for = ["Urnengrab"]
-keywords = []
-outputs = ["HTML", "JSON"]
-
-[[resources]]
- title = "Test #:counter"
- src = "bilder/abdeckung.png"
- [resources.params]
- alt = "Bild von einem Test"
- featured = true
-
-[[resources]]
- title = "Model"
- src = "model/abdeckung.gltf"
- [resources.params]
- alt = "Bild von einem Test"
- [[resources.params.textures]]
- name = "Granit 1"
- filename = "granit.jpg"
-
- [[resources.params.textures]]
- name = "Granit 2"
- filename = "1280px-Rosa-Beta-Granit.jpg"
-+++
-
-Hallo
\ No newline at end of file
diff --git a/content/ueber-uns/_index.md b/content/ueber-uns/_index.md
new file mode 100644
index 0000000..0519320
--- /dev/null
+++ b/content/ueber-uns/_index.md
@@ -0,0 +1,8 @@
++++
+title = "Über Uns"
+date = "2019-01-10T02:27:09+01:00"
+draft = false
+type = "page"
+keywords = []
+headless = true
++++
diff --git a/content/ueber-uns/handwerk/bilder/knuepfel.svg b/content/ueber-uns/handwerk/bilder/knuepfel.svg
new file mode 100755
index 0000000..31039af
--- /dev/null
+++ b/content/ueber-uns/handwerk/bilder/knuepfel.svg
@@ -0,0 +1,82 @@
+
+
diff --git a/content/ueber-uns/handwerk.md b/content/ueber-uns/handwerk/index.md
similarity index 67%
rename from content/ueber-uns/handwerk.md
rename to content/ueber-uns/handwerk/index.md
index 8658b74..7c0ecd2 100644
--- a/content/ueber-uns/handwerk.md
+++ b/content/ueber-uns/handwerk/index.md
@@ -6,6 +6,13 @@ type = "ueber-uns"
weight = -100
icon = "knuepfel"
headless = true
+
+[[resources]]
+ title = "Handwerk"
+ src = "bilder/knuepfel.svg"
+ [resources.params]
+ alt = "Knüpfel, Zirkel und Meißel"
+ featured = true
+++
Wir planen und fertigen Arbeiten aus Naturstein im Wohnbereich, wie zum
diff --git a/content/ueber-uns/qualitaet/bilder/qualitaet.svg b/content/ueber-uns/qualitaet/bilder/qualitaet.svg
new file mode 100644
index 0000000..ace52ba
--- /dev/null
+++ b/content/ueber-uns/qualitaet/bilder/qualitaet.svg
@@ -0,0 +1,109 @@
+
+
diff --git a/content/ueber-uns/qualitaet.md b/content/ueber-uns/qualitaet/index.md
similarity index 75%
rename from content/ueber-uns/qualitaet.md
rename to content/ueber-uns/qualitaet/index.md
index b543290..bb2f9a1 100644
--- a/content/ueber-uns/qualitaet.md
+++ b/content/ueber-uns/qualitaet/index.md
@@ -6,6 +6,13 @@ type = "ueber-uns"
weight = -300
icon = "qualitaet"
headless = true
+
+[[resources]]
+ title = "Qualität"
+ src = "bilder/qualitaet.svg"
+ [resources.params]
+ alt = ""
+ featured = true
+++
Eigene Ideen oder die unserer Kunden werden so umgesetzt, dass daraus
diff --git a/content/ueber-uns/tradition/bilder/4w.svg b/content/ueber-uns/tradition/bilder/4w.svg
new file mode 100755
index 0000000..961723f
--- /dev/null
+++ b/content/ueber-uns/tradition/bilder/4w.svg
@@ -0,0 +1,41 @@
+
+
diff --git a/content/ueber-uns/tradition.md b/content/ueber-uns/tradition/index.md
similarity index 78%
rename from content/ueber-uns/tradition.md
rename to content/ueber-uns/tradition/index.md
index 38c8a1c..38ffaad 100644
--- a/content/ueber-uns/tradition.md
+++ b/content/ueber-uns/tradition/index.md
@@ -6,6 +6,13 @@ type = "ueber-uns"
weight = -200
icon = "4w"
headless = true
+
+[[resources]]
+ title = "Tradition"
+ src = "bilder/4w.svg"
+ [resources.params]
+ alt = "4W - Das Symbol der Steinmetz Zunft"
+ featured = true
+++
Die Firma wurde [um 1900](/firmengeschichte) in Niederkassel gegründet. Zu
diff --git a/package-lock.json b/package-lock.json
deleted file mode 100644
index 1fce15b..0000000
--- a/package-lock.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "requires": true,
- "lockfileVersion": 1,
- "dependencies": {
- "three": {
- "version": "0.104.0",
- "resolved": "https://registry.npmjs.org/three/-/three-0.104.0.tgz",
- "integrity": "sha512-q617IMBC5k40U2E9UC4/LtmhzTOOLB1jGMIooUL+QrhZ7abiGCSDrKrpCDt9V8RTl6xw+0FYfA1PYsIPKbQOgg=="
- },
- "vue-3d-model": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/vue-3d-model/-/vue-3d-model-1.0.2.tgz",
- "integrity": "sha512-AfuvlmMIJrzp5dsCdust2K/oEXVV/KjDZa1f4vfhWBjL7ZoVgy16u5JkY9qdCBoUsn5XQQmMW4zy5tHSAjhFXA==",
- "requires": {
- "three": "^0.88.0"
- },
- "dependencies": {
- "three": {
- "version": "0.88.0",
- "resolved": "https://registry.npmjs.org/three/-/three-0.88.0.tgz",
- "integrity": "sha1-QlbC/Djk+yOg0j66K2zOTfjkZtU="
- }
- }
- }
- }
-}
diff --git a/themes/neff/layouts/_default/baseof.html b/themes/neff/layouts/_default/baseof.html
index d7694c7..65b5c1f 100755
--- a/themes/neff/layouts/_default/baseof.html
+++ b/themes/neff/layouts/_default/baseof.html
@@ -5,24 +5,95 @@
{{- block "title" . -}}{{- .Site.Title -}}{{- end -}}
{{ .Hugo.Generator }}
- {{- partial "head.html" . -}}
+ {{- partial "schema/site.html" . -}}
+ {{- if (and (eq .Kind "page") (eq .Type "news")) -}}
+ {{- partial "schema/post.html" . -}}
+ {{- end -}}
+ {{- if (and (eq .Kind "page") (ne .Type "news")) -}}
+ {{- partial "schema/article.html" . -}}
+ {{- end -}}
+ {{- if (eq .Kind "section") -}}
+ {{- partial "schema/collectionpage.html" . -}}
+ {{- end -}}
+ {{ partial "part/style.html" (dict "ctx" . "path" "css/style.css" )}}
+
+
+
+
+
+
+
{{- block "head" . -}}{{- end -}}