diff --git a/.gitignore b/.gitignore
index 1f1befdc..3f5c950f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/public
/.hugo_build.lock
+/resources
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..59904b2f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+# Information
+
+This repository contains the sources for [AhoyDTU](http://ahoydtu.de). The sources are converted by a *static site generator* [Hugo](https://gohugo.io/).
+The main Repository URL is: [](https://github.com/lumapu/ahoy)
+
+
+# Contribute
+
+Feel free to modify / add contents of the website which helps other users to understand better how to start or use AhoyDTU.
+
+## Quick Howto
+
+* edit files inside the directory `content` most of them are Markdown files (\*.md).
+* once you're finish commit your changes (as Pull-Request)
+* wait until a collaborator merges your changes
+
+## Design / CSS
+
+* this site uses [Bootstrap 5](https://getbootstrap.com/docs/5.2/getting-started/introduction/)
+
+## Offline convertion of sources to website
+
+### Docker
+
+* you can use a local docker container which runs Hugo to convert the sources to a static site:
+ `docker run --rm -it -v ${pwd}\:/src -p 80:1313 klakegg/hugo:0.101.0-ext-alpine shell`
+* from the shell start hugo server by typing `hugo server`
+* point your browser to http://localhost
+
+### Hokus
+
+Hokus is a WYSIWYG Hugo Editor [](https://www.hokuscms.com/)
diff --git a/content/flash/index.md b/content/flash/index.md
new file mode 100644
index 00000000..3960ff3f
--- /dev/null
+++ b/content/flash/index.md
@@ -0,0 +1,11 @@
+---
+title: "Install Firmware"
+date: 2022-10-26T22:49:15Z
+tags: []
+draft: false
+type: flash
+layout: flash
+---
+
+
+You can easily upload the latest firmware to your ESP.
diff --git a/content/getting_started/index.md b/content/getting_started/index.md
index c6c12ac7..4e36ad82 100644
--- a/content/getting_started/index.md
+++ b/content/getting_started/index.md
@@ -27,6 +27,13 @@ The hardware insists only in two modules:
## Software / Firmware
+### Guided Installation
+Switch to our [Online Installer](/flash)
+
+### manual Installation
The firmware can be found on [Github](https://github.com/lumapu/ahoy). Point to the releases section on the right part of the page and download the zip-file. It contains binaries for both ESP models.
+### Compile firmware from sources
+n/a
+
### Flash
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4a5d4120..15ef0d29 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,10 +3,9 @@
{{ partial "head.html" . }}
Read all the values of your Hoymiles® inverter without cloud.
+ Dig deeper into your inverter. All the AC parameters (green area) are read from your inverter. You'll get an extra information field (blue) for each DC input. You're able to monitor your individual panels for shadows or damage.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hardware
+
The hardware consists only of two components: ESP8266 and NRF2401L+ module.
+ As a total hardware cost of 10 - 15€ (depends on distributor) it will be the cheapest part of your photovoltaic system.
+ The components can be easily soldered together and flashed using our online flash tool
+
+
+
+
+
+
+
+
+
+
Connectivity
+
The Firmware supports MQTT and has an API. All measured values will be published with an individual topic.
+ With MQTT you can use AhoyDTU nearly in all home automatisation systems.
+ The API is based on JSON objects.
+
+
+
+
+
{{ end }}
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 8615e535..4dad1a8a 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -7,7 +7,7 @@