diff --git a/README.md b/README.md
index 7cec74e..a98916b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,46 @@
-# Theme Name
+
+
+
Thunderball
+
-## Features
+### Configuration
-## Installation
+```yaml
+baseURL: https://example.com/
+title: Example
+language: en-GB
-## Configuration
+params:
+ contacts:
+ - name: email
+ url: mailto:hello@example.org
+ display: hello@example.org
+ - name: matrix
+ url: https://matrix.to/#/@hello:example.org
+ display: "@hello:example.org"
+ # ...
+
+ others:
+ - name: .onion
+ url: http://exampledkoip1xka89xmlawooedj.onion
+ display: example...awooedj.onion
+ # ...
+
+ services:
+ - name: blog
+ url: /blog
+ # ...
+
+ assets:
+ favicon: favicon.ico
+ favicon16: favicon-16x16.png
+ favicon32: favicon-32x32.png
+ appleTouchIcon: apple-touch-icon.png
+ safariPinnedTabIcon: safari-pinned-tab.svg
+ safariPinnedTabColor: "#0a0a0a"
+ manifest: manifest.json
+ msTileColor: "#0a0a0a"
+ msTileIcon: mstile-150x150.png
+ themeColor: "#0a0a0a"
+ logo: logo.svg
+```
diff --git a/docs/media/thunderball.jpeg b/docs/media/thunderball.jpeg
new file mode 100644
index 0000000..337c0af
Binary files /dev/null and b/docs/media/thunderball.jpeg differ