diff --git a/archetypes/default.md b/archetypes/default.md
deleted file mode 100644
index 00e77bd..0000000
--- a/archetypes/default.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-draft: true
----
-
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..8b820af
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,30 @@
+baseURL = "https://susistinnesbeck.de/"
+languageCode = "de-de"
+title = "E.S. Stinnesbeck"
+theme = "aerial"
+
+[params]
+ name = "E.S. Stinnesbeck"
+ about = "Author • Scientist • Artist"
+ description = "Some description header text"
+ copyright = "E.S. Stinnesbeck"
+ language = "en"
+ # Disable the scrolling background by entering any string for bg_scroll. Enable by leaving bg_scroll empty.
+ # not working ...
+ bg_scroll = ""
+ favicon = "favicon.ico"
+
+[[params.social]]
+ medium = "Amazon"
+ icon = "fab fa-amazon"
+ link = "https://www.amazon.de/E.S.-Stinnesbeck/e/B081Y45G7T"
+
+[[params.social]]
+ medium = "ResearchGate"
+ icon = "fab fa-researchgate"
+ link = "https://www.researchgate.net/profile/Eva_Stinnesbeck"
+
+[[params.social]]
+ medium = "Spreadshirt"
+ icon = "fas fa-tshirt"
+ link = "https://shop.spreadshirt.de/curiositiesofnature"
diff --git a/config.yaml b/config.yaml
deleted file mode 100644
index ea2b1c5..0000000
--- a/config.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- baseURL: "https://susistinnesbeck.de/",
- languageCode: "de-de",
- title: "E. S. Stinnesbeck",
- theme: "aerial",
- params: {
- name: "E. S. Stinnesbeck",
- about: "Placeholder A • Placeholder B • Placeholder C",
- copyright: "E. S. Stinnesbeck",
- bg_scroll: "asdasd",
- favicon: "favicon.ico",
- social: [
- {
- medium: "Amazon",
- icon: "fab fa-amazon",
- link: "https://www.amazon.de/E.S.-Stinnesbeck/e/B081Y45G7T"
- },
- {
- medium: "Spreadshirt",
- icon: "fas fa-tshirt",
- link: "https://shop.spreadshirt.de/curiositiesofnature"
- },
- {
- medium: "ResearchGate",
- icon: "fab fa-researchgate",
- link: "https://www.researchgate.net/profile/Eva_Stinnesbeck"
- }
- ]
- }
-}
diff --git a/public/categories/index.xml b/public/categories/index.xml
deleted file mode 100644
index bc21b30..0000000
--- a/public/categories/index.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
- Categories on My New Hugo Site
- http://example.org/categories/
- Recent content in Categories on My New Hugo Site
- Hugo -- gohugo.io
- en-us
-
-
-
-
-
-
\ No newline at end of file
diff --git a/public/index.xml b/public/index.xml
deleted file mode 100644
index c21cf54..0000000
--- a/public/index.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
- My New Hugo Site
- http://example.org/
- Recent content on My New Hugo Site
- Hugo -- gohugo.io
- en-us
-
-
-
-
-
-
\ No newline at end of file
diff --git a/public/sitemap.xml b/public/sitemap.xml
deleted file mode 100644
index f4b60c8..0000000
--- a/public/sitemap.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
- http://example.org/categories/
-
-
-
- http://example.org/
-
-
-
- http://example.org/tags/
-
-
-
\ No newline at end of file
diff --git a/public/tags/index.xml b/public/tags/index.xml
deleted file mode 100644
index d6af3f8..0000000
--- a/public/tags/index.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
- Tags on My New Hugo Site
- http://example.org/tags/
- Recent content in Tags on My New Hugo Site
- Hugo -- gohugo.io
- en-us
-
-
-
-
-
-
\ No newline at end of file