diff --git a/.gitignore b/.gitignore index 9dfd155..04d0d49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public release.sh +newContent diff --git a/content/posts/2020-10-28-Mqtt-At-Home.md b/content/posts/2020-10-28-Mqtt-At-Home.md index 7e380ac..592948f 100644 --- a/content/posts/2020-10-28-Mqtt-At-Home.md +++ b/content/posts/2020-10-28-Mqtt-At-Home.md @@ -1,14 +1,35 @@ --- title: "MQTT at Home" -date: 2020-10-28T21:32:53+02:00 -draft: true +date: 2020-11-26T21:32:53+02:00 +draft: false description: "How I use MQTT at Home to connect stuff." -tags: ["MQTT", "IoT", "Blog"] +tags: ["MQTT", "IoT", "Blog", "Go"] categories: ["Programming"] startpage: true lang: gb --- Ok i live in a small appartment, but at least I have three Window and a little bit stuff to connect with each other. I startes with [Ikea TRÅDFRI](https://www.ikea.com/de/de/cat/ikea-home-smart-beleuchtung-36812/) and some selfe made components based Arudino/Wemos. About one year ago I tried [zigbee2mqtt](https://www.zigbee2mqtt.io/) to connect the ikea bulbs to MQTT without using my own buggy code. I used a MQTT-Broker on a Virtual Server somewhere in the internet and develop some PHP-Application with lumen (some of them running in kubernetes) to connect everything. +After some issues with my Internet Provider I beginn with a easyer and locale alternative. I already used a Raspberry Pi for zigbee2mqtt so i want to run everything on it. On the other hand I want a secound MQTT Server in the Internet(tm) to connect from other networks. Also I like the idear of smaller "services" managed single features. -I still use [Mqtt Dash](https://play.google.com/store/apps/details?id=net.routix.mqttdash&hl=de&gl=US) at my Android Device do control most things. \ No newline at end of file +## Basic Setup + +First i setup [supervisord](http://supervisord.org/) on the pi to managed all scripts. I develope the new Services in golang, so first i build a small wrapper arround [paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang), so all Services has the same configure also for the Last Will and Testament. It connected without crdentials to a mqtt server running on the same pi (localhost). Than i could start creating single services. One react to all incomming MQTT-Message if a button is pressed and change the light-modus. The light-modus are topics with retained messages. Another services subscribed to this topic and send the mqtt messages to zigbee2mqtt which changed the light bulbs. + + +## MQTT Bridge + +For all topics contained a state like the light-modus i created a set topic. The light modus for the "main" room could be `light-modus/main`, to change it i published a message to `light-modus/main/set`. I used another service just mirrow the incomming messages at the set topic (not retained) and send it to the original topic (as retained messages). + +The [Mosquito MQTT Broker](https://mosquitto.org/) has a feature to setup a bridge between two MQTT Server. So i setup another instanc of it at a VM in the internet. After that i can configure on the MQTT Broker on my locale pi to connect to the remote mqtt server. I relay messages from status topics (like light-modus), sensor and device informations (from zigbee2mqtt) and subscripe to some */set topics. With this setup everything works fine without internet in my apparment. But as long as the internet connection is avalible I can publish messages to the online mqtt server which would be recived locale. + +## Automation + +All Automation Services are also written in go, and had a feature toggle as retained mqtt topic (with a seperate /set topic). With this I can change the behavior of it. For example i had a service checking if I'm currenlty in im appartment and the value of the lumex sensor falls below a special value. If that happends it will turn on the light. But I dont always want that to happend to I can toggle this feature. + +Also all status information are avalible as retained messages at the MQTT-Broker. So each service can restart without any issues. + +## Interface + + +I still use [Mqtt Dash](https://play.google.com/store/apps/details?id=net.routix.mqttdash&hl=de&gl=US) at my Android Device do control most things. Some information like the room temperature are already stored in a graphite database to have access via [grafana](https://grafana.com/). In the feature I want to create some status dashboard based on the last will of the service and some zigbee2mqtt messages. Also maybe a webpage connecting to the broker to controll the light with a tablet. \ No newline at end of file diff --git a/content/posts/2020-11-30-Herbst-Spaziergang.md b/content/posts/2020-11-30-Herbst-Spaziergang.md new file mode 100644 index 0000000..73e7afc --- /dev/null +++ b/content/posts/2020-11-30-Herbst-Spaziergang.md @@ -0,0 +1,16 @@ +--- +title: "Herbstspaziergang" +date: 2020-11-30T16:31:55+02:00 +draft: false +categories: ["Images"] +description: "Image Gallery" +tags: [""] +startpage: false +lang: img +gallery: "/img/2020/11/herbst-spaziergang/DSC07221_1.jpg" +--- +# Gallery +{{< gallery dir="img/2020/11/herbst-spaziergang" caption-position="none" caption-effect="fade" />}} {{< load-photoswipe >}} + +# GPS Track +{{< gpx gpx="/img/2020/11/herbst-spaziergang/track.gpx" >}} \ No newline at end of file diff --git a/layouts/shortcodes/gpx.html b/layouts/shortcodes/gpx.html new file mode 100644 index 0000000..380688f --- /dev/null +++ b/layouts/shortcodes/gpx.html @@ -0,0 +1,28 @@ + + + + + +
+ + \ No newline at end of file diff --git a/static/img/2020/11/herbst-spaziergang/DSC07003.jpg b/static/img/2020/11/herbst-spaziergang/DSC07003.jpg new file mode 100755 index 0000000..0658b51 Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07003.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07008.jpg b/static/img/2020/11/herbst-spaziergang/DSC07008.jpg new file mode 100755 index 0000000..9481ac3 Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07008.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07016_1.jpg b/static/img/2020/11/herbst-spaziergang/DSC07016_1.jpg new file mode 100755 index 0000000..ede9d01 Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07016_1.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07019.jpg b/static/img/2020/11/herbst-spaziergang/DSC07019.jpg new file mode 100755 index 0000000..5777c64 Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07019.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07024.jpg b/static/img/2020/11/herbst-spaziergang/DSC07024.jpg new file mode 100755 index 0000000..0b3434c Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07024.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07026.jpg b/static/img/2020/11/herbst-spaziergang/DSC07026.jpg new file mode 100755 index 0000000..3eaf9ec Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07026.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07045.jpg b/static/img/2020/11/herbst-spaziergang/DSC07045.jpg new file mode 100755 index 0000000..e6097e1 Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07045.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07060.jpg b/static/img/2020/11/herbst-spaziergang/DSC07060.jpg new file mode 100755 index 0000000..80d2bb1 Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07060.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07069.jpg b/static/img/2020/11/herbst-spaziergang/DSC07069.jpg new file mode 100755 index 0000000..9112cee Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07069.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07082_1.jpg b/static/img/2020/11/herbst-spaziergang/DSC07082_1.jpg new file mode 100755 index 0000000..40205d6 Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07082_1.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07102.jpg b/static/img/2020/11/herbst-spaziergang/DSC07102.jpg new file mode 100755 index 0000000..d61b6cc Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07102.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07105.jpg b/static/img/2020/11/herbst-spaziergang/DSC07105.jpg new file mode 100755 index 0000000..b9bb37a Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07105.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07109.jpg b/static/img/2020/11/herbst-spaziergang/DSC07109.jpg new file mode 100755 index 0000000..4967e2d Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07109.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07167.jpg b/static/img/2020/11/herbst-spaziergang/DSC07167.jpg new file mode 100755 index 0000000..6bdaef2 Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07167.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07211.jpg b/static/img/2020/11/herbst-spaziergang/DSC07211.jpg new file mode 100755 index 0000000..c25f77c Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07211.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07221_1.jpg b/static/img/2020/11/herbst-spaziergang/DSC07221_1.jpg new file mode 100755 index 0000000..1a8bb75 Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07221_1.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07231.jpg b/static/img/2020/11/herbst-spaziergang/DSC07231.jpg new file mode 100755 index 0000000..1073def Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07231.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/DSC07242_1.jpg b/static/img/2020/11/herbst-spaziergang/DSC07242_1.jpg new file mode 100755 index 0000000..353bff0 Binary files /dev/null and b/static/img/2020/11/herbst-spaziergang/DSC07242_1.jpg differ diff --git a/static/img/2020/11/herbst-spaziergang/track.gpx b/static/img/2020/11/herbst-spaziergang/track.gpx new file mode 100644 index 0000000..aa231b2 --- /dev/null +++ b/static/img/2020/11/herbst-spaziergang/track.gpx @@ -0,0 +1,6537 @@ + + + + 30.11.2020 13:59:36 + + Aufgezeichnet mit Geo Tracker für Android von Ilya Bogdanovich + + + + + + + 30.11.2020 13:59:36 + Aufgezeichnet mit Geo Tracker für Android von Ilya Bogdanovich + + + + 10115.59 + 11777202 + 2020-11-30T12:59:36.095Z + 0 + + + + + 65.78 + + + + + + + 77.64 + + + + + + + 73.06 + + + + + + + 73.01 + + + + + + + 72.52 + + + + + + + 73.16 + + + + + + + 71.93 + + + + + + + 71.88 + + + + + + + 71.75 + + + + + + + 71.33 + + + + + + + 73.63 + + + + + + + 72.89 + + + + + + + 74.09 + + + + + + + 73.51 + + + + + + + 75.01 + + + + + + + 77.07 + + + + + + + 78.2 + + + + + + + 74.82 + + + + + + + 75.52 + + + + + + + 76 + + + + + + + 75.9 + + + + + + + 75.79 + + + + + + + 75.16 + + + + + + + 75.83 + + + + + + + 76.23 + + + + + + + 76.66 + + + + + + + 77.08 + + + + + + + 76.88 + + + + + + + 76.49 + + + + + + + 75.64 + + + + + + + 75.64 + + + + + + + 75.78 + + + + + + + 76.16 + + + + + + + 76.86 + + + + + + + 76.14 + + + + + + + 75.68 + + + + + + + 76.87 + + + + + + + 76.5 + + + + + + + 76.68 + + + + + + + 75.9 + + + + + + + 76.09 + + + + + + + 76.85 + + + + + + + 76.73 + + + + + + + 74.85 + + + + + + + 75.44 + + + + + + + 75.06 + + + + + + + 75.72 + + + + + + + 75.83 + + + + + + + 76.37 + + + + + + + 76.22 + + + + + + + 76.12 + + + + + + + 75.84 + + + + + + + 76.15 + + + + + + + 76.46 + + + + + + + 76.27 + + + + + + + 75.99 + + + + + + + 76.83 + + + + + + + 76.82 + + + + + + + 76.77 + + + + + + + 76.3 + + + + + + + 76.52 + + + + + + + 75.54 + + + + + + + 76.9 + + + + + + + 76.03 + + + + + + + 76.81 + + + + + + + 77.56 + + + + + + + 77.28 + + + + + + + 76.93 + + + + + + + 76.9 + + + + + + + 77.36 + + + + + + + 76.94 + + + + + + + 77.67 + + + + + + + 77.9 + + + + + + + 77.71 + + + + + + + 78.1 + + + + + + + 77.99 + + + + + + + 78 + + + + + + + 77.41 + + + + + + + 77.27 + + + + + + + 76.9 + + + + + + + 76.76 + + + + + + + 77.17 + + + + + + + 76.94 + + + + + + + 76.8 + + + + + + + 77.21 + + + + + + + 77.35 + + + + + + + 77.67 + + + + + + + 78.29 + + + + + + + 77.5 + + + + + + + 76.75 + + + + + + + 77.05 + + + + + + + 77.33 + + + + + + + 77.56 + + + + + + + 77.15 + + + + + + + 77.26 + + + + + + + 77.19 + + + + + + + 75.87 + + + + + + + 77.48 + + + + + + + 77.07 + + + + + + + 77.27 + + + + + + + 77.89 + + + + + + + 76.62 + + + + + + + 77.26 + + + + + + + 76.68 + + + + + + + 77.33 + + + + + + + 77.45 + + + + + + + 77.39 + + + + + + + 77.48 + + + + + + + 77.53 + + + + + + + 78.39 + + + + + + + 80.65 + + + + + + + 80.65 + + + + + + + 82.87 + + + + + + + 82.2 + + + + + + + 80.98 + + + + + + + 80.27 + + + + + + + 79.93 + + + + + + + 79.6 + + + + + + + 80.02 + + + + + + + 80.06 + + + + + + + 79.73 + + + + + + + 80.21 + + + + + + + 80.17 + + + + + + + 79.74 + + + + + + + 79.66 + + + + + + + 79.95 + + + + + + + 80.09 + + + + + + + 81.05 + + + + + + + 80.32 + + + + + + + 80.07 + + + + + + + 80.29 + + + + + + + 79.94 + + + + + + + 80.34 + + + + + + + 82.32 + + + + + + + 81.65 + + + + + + + 80.94 + + + + + + + 80.79 + + + + + + + 80.47 + + + + + + + 80.49 + + + + + + + 80.82 + + + + + + + 81.05 + + + + + + + 81.13 + + + + + + + 80.47 + + + + + + + 80.49 + + + + + + + 79.87 + + + + + + + 79.98 + + + + + + + 79.82 + + + + + + + 79.46 + + + + + + + 79.27 + + + + + + + 79.04 + + + + + + + 79.68 + + + + + + + 79.43 + + + + + + + 79.42 + + + + + + + 79.66 + + + + + + + 79.65 + + + + + + + 79.41 + + + + + + + 79.38 + + + + + + + 79.39 + + + + + + + 79.79 + + + + + + + 78.95 + + + + + + + 79.35 + + + + + + + 79.05 + + + + + + + 79.47 + + + + + + + 79.43 + + + + + + + 78.67 + + + + + + + 79.06 + + + + + + + 79.56 + + + + + + + 79.48 + + + + + + + 79.88 + + + + + + + 79.64 + + + + + + + 80.02 + + + + + + + 79.8 + + + + + + + 79.85 + + + + + + + 77.2 + + + + + + + 78.36 + + + + + + + 79.64 + + + + + + + 80.45 + + + + + + + 80.67 + + + + + + + 80.92 + + + + + + + 80.57 + + + + + + + 79.92 + + + + + + + 79.3 + + + + + + + 79.66 + + + + + + + 79.71 + + + + + + + 80.56 + + + + + + + 79.82 + + + + + + + 80.76 + + + + + + + 79.85 + + + + + + + 80.42 + + + + + + + 80.33 + + + + + + + 80.37 + + + + + + + 80.29 + + + + + + + 80.16 + + + + + + + 81.36 + + + + + + + 80.8 + + + + + + + 82.24 + + + + + + + 81.67 + + + + + + + 81.48 + + + + + + + 80.23 + + + + + + + 80.95 + + + + + + + 82.08 + + + + + + + 83.8 + + + + + + + 84.08 + + + + + + + 82.94 + + + + + + + 82.25 + + + + + + + 81.78 + + + + + + + 81.59 + + + + + + + 81.89 + + + + + + + 81.77 + + + + + + + 81.52 + + + + + + + 82.12 + + + + + + + 81.94 + + + + + + + 81.09 + + + + + + + 81.28 + + + + + + + 80.43 + + + + + + + 82.17 + + + + + + + 80.19 + + + + + + + 81.49 + + + + + + + 81.49 + + + + + + + 81.92 + + + + + + + 82.33 + + + + + + + 82.31 + + + + + + + 81.45 + + + + + + + 81.08 + + + + + + + 80.49 + + + + + + + 80.71 + + + + + + + 80.61 + + + + + + + 80.44 + + + + + + + 79.76 + + + + + + + 80.53 + + + + + + + 80.23 + + + + + + + 80.61 + + + + + + + 80.89 + + + + + + + 80.48 + + + + + + + 80.24 + + + + + + + 80.29 + + + + + + + 79.89 + + + + + + + 80.68 + + + + + + + 80.4 + + + + + + + 80.58 + + + + + + + 80.41 + + + + + + + 81.02 + + + + + + + 81.68 + + + + + + + 82.14 + + + + + + + 81.84 + + + + + + + 81.64 + + + + + + + 80.25 + + + + + + + 81.19 + + + + + + + 81.75 + + + + + + + 82.1 + + + + + + + 81.37 + + + + + + + 81.35 + + + + + + + 82.26 + + + + + + + 82.45 + + + + + + + 82.13 + + + + + + + 82.95 + + + + + + + 81.44 + + + + + + + 82.04 + + + + + + + 81.31 + + + + + + + 82.3 + + + + + + + 82.56 + + + + + + + 82.2 + + + + + + + 82.09 + + + + + + + 82.26 + + + + + + + 81.87 + + + + + + + 82.19 + + + + + + + 81.71 + + + + + + + 82.83 + + + + + + + 82.31 + + + + + + + 82.55 + + + + + + + 84.3 + + + + + + + 83.46 + + + + + + + 83.17 + + + + + + + 82.69 + + + + + + + 82.17 + + + + + + + 83.59 + + + + + + + 83.01 + + + + + + + 83.12 + + + + + + + 82.83 + + + + + + + 82.98 + + + + + + + 83.29 + + + + + + + 83.22 + + + + + + + 82.72 + + + + + + + 82.24 + + + + + + + 81.22 + + + + + + + 80.99 + + + + + + + 80.9 + + + + + + + 80.93 + + + + + + + 81.03 + + + + + + + 81.26 + + + + + + + 80.96 + + + + + + + 80.86 + + + + + + + 80.66 + + + + + + + 78.12 + + + + + + + 79.37 + + + + + + + 80.78 + + + + + + + 79.53 + + + + + + + 80.83 + + + + + + + 80.17 + + + + + + + 80.97 + + + + + + + 80.77 + + + + + + + 76.92 + + + + + + + 80.64 + + + + + + + 80.97 + + + + + + + 80.97 + + + + + + + 82.14 + + + + + + + 82.85 + + + + + + + 82.66 + + + + + + + 82.14 + + + + + + + 81.62 + + + + + + + 81.77 + + + + + + + 81.61 + + + + + + + 81.81 + + + + + + + 82.82 + + + + + + + 82.87 + + + + + + + 82.74 + + + + + + + 82.96 + + + + + + + 83.39 + + + + + + + 83.62 + + + + + + + 83.44 + + + + + + + 83.44 + + + + + + + 82.98 + + + + + + + 82.21 + + + + + + + 82.6 + + + + + + + 82.68 + + + + + + + 80.91 + + + + + + + 81.35 + + + + + + + 81.5 + + + + + + + 81.9 + + + + + + + 82.59 + + + + + + + 83.47 + + + + + + + 83.51 + + + + + + + 82.63 + + + + + + + 83.44 + + + + + + + 83.15 + + + + + + + 82.49 + + + + + + + 83.11 + + + + + + + 83.27 + + + + + + + 83.35 + + + + + + + 82.89 + + + + + + + 83.13 + + + + + + + 83.26 + + + + + + + 83.13 + + + + + + + 82.98 + + + + + + + 82.65 + + + + + + + 83.31 + + + + + + + 83.59 + + + + + + + 84.27 + + + + + + + 84.73 + + + + + + + 85.19 + + + + + + + 86.24 + + + + + + + 87.13 + + + + + + + 89.03 + + + + + + + 90.19 + + + + + + + 93.56 + + + + + + + 95.76 + + + + + + + 98.35 + + + + + + + 100.19 + + + + + + + 103.3 + + + + + + + 106.09 + + + + + + + 108.27 + + + + + + + 112.8 + + + + + + + 114.59 + + + + + + + 118.75 + + + + + + + 122.56 + + + + + + + 126.59 + + + + + + + 130.02 + + + + + + + 130.89 + + + + + + + 130.69 + + + + + + + 129.82 + + + + + + + 128.68 + + + + + + + 130.69 + + + + + + + 133.46 + + + + + + + 132.74 + + + + + + + 132.37 + + + + + + + 132.81 + + + + + + + 133.96 + + + + + + + 134.63 + + + + + + + 135.86 + + + + + + + 135.73 + + + + + + + 136.39 + + + + + + + 136.45 + + + + + + + 137.13 + + + + + + + 136.8 + + + + + + + 137.11 + + + + + + + 138.22 + + + + + + + 138.54 + + + + + + + 138.14 + + + + + + + 138.67 + + + + + + + 137.93 + + + + + + + 137.44 + + + + + + + 137.1 + + + + + + + 136.6 + + + + + + + 136.41 + + + + + + + 136.03 + + + + + + + 136.33 + + + + + + + 136.51 + + + + + + + 136.86 + + + + + + + 135.59 + + + + + + + 136.02 + + + + + + + 134.94 + + + + + + + 134.77 + + + + + + + 134.7 + + + + + + + 132.98 + + + + + + + 132.73 + + + + + + + 132.88 + + + + + + + 133.25 + + + + + + + 133.61 + + + + + + + 133.71 + + + + + + + 134.55 + + + + + + + 136.29 + + + + + + + 135.66 + + + + + + + 135.14 + + + + + + + 135.7 + + + + + + + 137.36 + + + + + + + 137.78 + + + + + + + 137.37 + + + + + + + 137.89 + + + + + + + 138.04 + + + + + + + 138.67 + + + + + + + 139.13 + + + + + + + 140.37 + + + + + + + 141.18 + + + + + + + 141.62 + + + + + + + 141.93 + + + + + + + 142.81 + + + + + + + 143.48 + + + + + + + 145.42 + + + + + + + 145.86 + + + + + + + 146.16 + + + + + + + 146.66 + + + + + + + 147.71 + + + + + + + 149.24 + + + + + + + 150.2 + + + + + + + 151.73 + + + + + + + 152.76 + + + + + + + 154.63 + + + + + + + 156.48 + + + + + + + 157.85 + + + + + + + 158.16 + + + + + + + 158.69 + + + + + + + 157.85 + + + + + + + 158.08 + + + + + + + 157.51 + + + + + + + 158.89 + + + + + + + 158.79 + + + + + + + 159.99 + + + + + + + 158.36 + + + + + + + 157.85 + + + + + + + 157.53 + + + + + + + 157.77 + + + + + + + 157.47 + + + + + + + 157.41 + + + + + + + 156.66 + + + + + + + 155.97 + + + + + + + 155.59 + + + + + + + 154.07 + + + + + + + 153.5 + + + + + + + 153.46 + + + + + + + 153.35 + + + + + + + 153.4 + + + + + + + 153.99 + + + + + + + 153.66 + + + + + + + 153.68 + + + + + + + 152.48 + + + + + + + 149.4 + + + + + + + 147.51 + + + + + + + 145.02 + + + + + + + 141.41 + + + + + + + 139.86 + + + + + + + 137.68 + + + + + + + 135.61 + + + + + + + 132.88 + + + + + + + 130.52 + + + + + + + 127.55 + + + + + + + 125.33 + + + + + + + 123.24 + + + + + + + 121.3 + + + + + + + 119.63 + + + + + + + 119.26 + + + + + + + 118.9 + + + + + + + 116.73 + + + + + + + 115.88 + + + + + + + 114.16 + + + + + + + 113.48 + + + + + + + 112.92 + + + + + + + 112.08 + + + + + + + 110.96 + + + + + + + 109.89 + + + + + + + 109.38 + + + + + + + 109.16 + + + + + + + 108.98 + + + + + + + 108.11 + + + + + + + 108.01 + + + + + + + 106.8 + + + + + + + 105.15 + + + + + + + 103.07 + + + + + + + 102.93 + + + + + + + 101.49 + + + + + + + 100.36 + + + + + + + 99.63 + + + + + + + 98.87 + + + + + + + 98.49 + + + + + + + 98.55 + + + + + + + 98.98 + + + + + + + 97.92 + + + + + + + 96.2 + + + + + + + 95.83 + + + + + + + 94.72 + + + + + + + 94.51 + + + + + + + 94.49 + + + + + + + 94.06 + + + + + + + 94.07 + + + + + + + 94.25 + + + + + + + 92.17 + + + + + + + 92.16 + + + + + + + 92.31 + + + + + + + 92.58 + + + + + + + 91.8 + + + + + + + 91.61 + + + + + + + 91.33 + + + + + + + 90.17 + + + + + + + 90.57 + + + + + + + 90.68 + + + + + + + 90.82 + + + + + + + 91 + + + + + + + 89.96 + + + + + + + 89.83 + + + + + + + 89.44 + + + + + + + 87.97 + + + + + + + 88.31 + + + + + + + 88.89 + + + + + + + 87.81 + + + + + + + 87.95 + + + + + + + 86.87 + + + + + + + 86.56 + + + + + + + 86.5 + + + + + + + 85.87 + + + + + + + 85.27 + + + + + + + 85.56 + + + + + + + 85.87 + + + + + + + 85.62 + + + + + + + 86.29 + + + + + + + 86.14 + + + + + + + 86.09 + + + + + + + 86.02 + + + + + + + 85.13 + + + + + + + 85.36 + + + + + + + 84.88 + + + + + + + 84.76 + + + + + + + 84.45 + + + + + + + 84.68 + + + + + + + 85.31 + + + + + + + 85.23 + + + + + + + 85.46 + + + + + + + 86.42 + + + + + + + 86.29 + + + + + + + 86.42 + + + + + + + 86.14 + + + + + + + 85.85 + + + + + + + 85.83 + + + + + + + 85.09 + + + + + + + 84.53 + + + + + + + 85.2 + + + + + + + 85.4 + + + + + + + 85.98 + + + + + + + 85.5 + + + + + + + 84.68 + + + + + + + 85.28 + + + + + + + 84.15 + + + + + + + 84.44 + + + + + + + 84.68 + + + + + + + 84.98 + + + + + + + 84.42 + + + + + + + 84.53 + + + + + + + 84.96 + + + + + + + 85.51 + + + + + + + 85.53 + + + + + + + 85.79 + + + + + + + 85.53 + + + + + + + 85.01 + + + + + + + 85.95 + + + + + + + 86.01 + + + + + + + 86.32 + + + + + + + 85.84 + + + + + + + 85.67 + + + + + + + 85.43 + + + + + + + 85.42 + + + + + + + 84.83 + + + + + + + 85.05 + + + + + + + 85.42 + + + + + + + 85.38 + + + + + + + 85.17 + + + + + + + 85.07 + + + + + + + 85.17 + + + + + + + 85.38 + + + + + + + 84.79 + + + + + + + 84.68 + + + + + + + 84.92 + + + + + + + 85.37 + + + + + + + 84.89 + + + + + + + 84.72 + + + + + + + 84.44 + + + + + + + 84.78 + + + + + + + 83.67 + + + + + + + 83.46 + + + + + + + 83.45 + + + + + + + 83.65 + + + + + + + 84.34 + + + + + + + 84.13 + + + + + + + 83.85 + + + + + + + 83.61 + + + + + + + 82.95 + + + + + + + 82.97 + + + + + + + 83.51 + + + + + + + 83.44 + + + + + + + 82.81 + + + + + + + 82.67 + + + + + + + 82.87 + + + + + + + 82.97 + + + + + + + 83.18 + + + + + + + 83.31 + + + + + + + 83.71 + + + + + + + 84.1 + + + + + + + 83.53 + + + + + + + 84.15 + + + + + + + 82.55 + + + + + + + 80.4 + + + + + + + 81.76 + + + + + + + 82.33 + + + + + + + 82.81 + + + + + + + 83.47 + + + + + + + 83.98 + + + + + + + 85.08 + + + + + + + 84.36 + + + + + + + 84.95 + + + + + + + 84.81 + + + + + + + 84.93 + + + + + + + 85.03 + + + + + + + 84.73 + + + + + + + 84.47 + + + + + + + 84.26 + + + + + + + 84.16 + + + + + + + 83.68 + + + + + + + 83.52 + + + + + + + 84.16 + + + + + + + 84.25 + + + + + + + 83.8 + + + + + + + 83.95 + + + + + + + 83.93 + + + + + + + 83.83 + + + + + + + 83.44 + + + + + + + 84.07 + + + + + + + 83.79 + + + + + + + 83.55 + + + + + + + 83.5 + + + + + + + 83.79 + + + + + + + 83.53 + + + + + + + 82.63 + + + + + + + 83.02 + + + + + + + 83.56 + + + + + + + 84.03 + + + + + + + 83.84 + + + + + + + 83.83 + + + + + + + 84.37 + + + + + + + 84.46 + + + + + + + 84.32 + + + + + + + 84.85 + + + + + + + 84.56 + + + + + + + 83.51 + + + + + + + 83.44 + + + + + + + 84.48 + + + + + + + 84.91 + + + + + + + 84.78 + + + + + + + 85.12 + + + + + + + 84.34 + + + + + + + 84.73 + + + + + + + 84.91 + + + + + + + 84.71 + + + + + + + 85.12 + + + + + + + 85.36 + + + + + + + 85.75 + + + + + + + 85.71 + + + + + + + 85.95 + + + + + + + 86.32 + + + + + + + 85.72 + + + + + + + 85.55 + + + + + + + 85.27 + + + + + + + 85.82 + + + + + + + 85.6 + + + + + + + 85.59 + + + + + + + 86.04 + + + + + + + 86.07 + + + + + + + 86.14 + + + + + + + 85.96 + + + + + + + 85.6 + + + + + + + 85.68 + + + + + + + 85.52 + + + + + + + 85.57 + + + + + + + 85.61 + + + + + + + 86.24 + + + + + + + 85.79 + + + + + + + 85.74 + + + + + + + 85.53 + + + + + + + 84.95 + + + + + + + 84.54 + + + + + + + 84 + + + + + + + 84.36 + + + + + + + 84.85 + + + + + + + 84.44 + + + + + + + 84.4 + + + + + + + 84.21 + + + + + + + 84.4 + + + + + + + 84.74 + + + + + + + 85.21 + + + + + + + 85.34 + + + + + + + 84.81 + + + + + + + 85.02 + + + + + + + 84.49 + + + + + + + 84.94 + + + + + + + 84.84 + + + + + + + 85.1 + + + + + + + 85.24 + + + + + + + 85.39 + + + + + + + 85.09 + + + + + + + 84.57 + + + + + + + 85.03 + + + + + + + 85.23 + + + + + + + 85.55 + + + + + + + 84.78 + + + + + + + 84.67 + + + + + + + 85.09 + + + + + + + 86.46 + + + + + + + 86.18 + + + + + + + 86.1 + + + + + + + 86.33 + + + + + + + 86.13 + + + + + + + 86.39 + + + + + + + 86.48 + + + + + + + 86.19 + + + + + + + 86.25 + + + + + + + 86.22 + + + + + + + 86.01 + + + + + + + 86.49 + + + + + + + 85.95 + + + + + + + 85.66 + + + + + + + 85.59 + + + + + + + 85.56 + + + + + + + 85.65 + + + + + + + 85.2 + + + + + + + 84.71 + + + + + + + 86.08 + + + + + + + 86.48 + + + + + + + 86.07 + + + + + + + 86.6 + + + + + + + 86.73 + + + + + + + 86.32 + + + + + + + 85.75 + + + + + + + 85.6 + + + + + + + 86.34 + + + + + + + 86.47 + + + + + + + 87.36 + + + + + + + 87.21 + + + + + + + 87.38 + + + + + + + 87.33 + + + + + + + 86.76 + + + + + + + 86.63 + + + + + + + 86.35 + + + + + + + 87.17 + + + + + + + 87.1 + + + + + + + 86.87 + + + + + + + 86.82 + + + + + + + 86.71 + + + + + + + 86.12 + + + + + + + 86.06 + + + + + + + 86.38 + + + + + + + 87.06 + + + + + + + 86.86 + + + + + + + 87.08 + + + + + + + 86.82 + + + + + + + 87.06 + + + + + + + 87.05 + + + + + + + 86.49 + + + + + + + 87.69 + + + + + + + 87.89 + + + + + + + 87.81 + + + + + + + 87.74 + + + + + + + 87.53 + + + + + + + 87.46 + + + + + + + 87.38 + + + + + + + 87.6 + + + + + + + 86.8 + + + + + + + 87.05 + + + + + + + 87.98 + + + + + + + 86.93 + + + + + + + 87.33 + + + + + + + 87.21 + + + + + + + 87.26 + + + + + + + 87.24 + + + + + + + 86.92 + + + + + + + 87.13 + + + + + + + 87.43 + + + + + + + 87.71 + + + + + + + 86.97 + + + + + + + 87.36 + + + + + + + 87.29 + + + + + + + 87.54 + + + + + + + 87.66 + + + + + + + 87.95 + + + + + + + 87.49 + + + + + + + 87.49 + + + + + + + 87.94 + + + + + + + 87.36 + + + + + + + 87.77 + + + + + + + 87.49 + + + + + + + 86.96 + + + + + + + 86.23 + + + + + + + 86.82 + + + + + + + 87.8 + + + + + + + 87.58 + + + + + + + 87.02 + + + + + + + 87.1 + + + + + + + 86.72 + + + + + + + 86.26 + + + + + + + 86.68 + + + + + + + 88.3 + + + + + + + 88.43 + + + + + + + 88.42 + + + + + + + 88.62 + + + + + + + 88.91 + + + + + + + 88.67 + + + + + + + 88.4 + + + + + + + 88.39 + + + + + + + 88.44 + + + + + + + 88.27 + + + + + + + 88.43 + + + + + + + 88.28 + + + + + + + 87.9 + + + + + + + 87.69 + + + + + + + 88.36 + + + + + + + 88.47 + + + + + + + 88.57 + + + + + + + 88.66 + + + + + + + 87.97 + + + + + + + 87.14 + + + + + + + 83.39 + + + + + + + 87.07 + + + + + + + 87.78 + + + + + + + 87.78 + + + + + + + 88.12 + + + + + + + 88.31 + + + + + + + 88.77 + + + + + + + 88.96 + + + + + + + 88.52 + + + + + + + 89.21 + + + + + + + 89.16 + + + + + + + 88.96 + + + + + + + 89.46 + + + + + + + 89.52 + + + + + + + 89.94 + + + + + + + 90.56 + + + + + + + 91.07 + + + + + + + 91.55 + + + + + + + 91.52 + + + + + + + 92.14 + + + + + + + 92.09 + + + + + + + 91.43 + + + + + + + 92.24 + + + + + + + 91.89 + + + + + + + 91.87 + + + + + + + 91.72 + + + + + + + 92.08 + + + + + + + 89.91 + + + + + + + 89.58 + + + + + + + 89.7 + + + + + + + 89.47 + + + + + + + 90.54 + + + + + + + 89.78 + + + + + + + 90.71 + + + + + + + 91.36 + + + + + + + 91.25 + + + + + + + 91.98 + + + + + + + 92.51 + + + + + + + 92.54 + + + + + + + 92.23 + + + + + + + 91.98 + + + + + + + 91.35 + + + + + + + 90.99 + + + + + + + 91.02 + + + + + + + 91.33 + + + + + + + 50.38 + + + + + + + 90.58 + + + + + + + 90.6 + + + + + + + 90.42 + + + + + + + 92.06 + + + + + + + 91.64 + + + + + + + 91.77 + + + + + + + 91.89 + + + + + + + 92.46 + + + + + + + 92.47 + + + + + + + 93.96 + + + + + + + 92.48 + + + + + + + 92.27 + + + + + + + 92.99 + + + + + + + 92.59 + + + + + + + 93.39 + + + + + + + 93.6 + + + + + + + 92.89 + + + + + + + 93.1 + + + + + + + 92.68 + + + + + + + 93.14 + + + + + + + 93.19 + + + + + + + 92.19 + + + + + + + 91.86 + + + + + + + 92.52 + + + + + + + 92.31 + + + + + + + 92.81 + + + + + + + 93.9 + + + + + + + 93.34 + + + + + + + 94.4 + + + + + + + 94.72 + + + + + + + 93.7 + + + + + + + 93.31 + + + + + + + 95.66 + + + + + + + 92.71 + + + + + + + 92.21 + + + + + + + 92.8 + + + + + + + 94.46 + + + + + + + 96.04 + + + + + + + 96.48 + + + + + + + + \ No newline at end of file diff --git a/static/img/general/pin-icon-end.png b/static/img/general/pin-icon-end.png new file mode 100644 index 0000000..190442f Binary files /dev/null and b/static/img/general/pin-icon-end.png differ diff --git a/static/img/general/pin-icon-start.png b/static/img/general/pin-icon-start.png new file mode 100644 index 0000000..b1b9c7e Binary files /dev/null and b/static/img/general/pin-icon-start.png differ diff --git a/static/img/general/pin-icon-wpt.png b/static/img/general/pin-icon-wpt.png new file mode 100644 index 0000000..393d49e Binary files /dev/null and b/static/img/general/pin-icon-wpt.png differ diff --git a/static/img/general/pin-shadow.png b/static/img/general/pin-shadow.png new file mode 100644 index 0000000..948646e Binary files /dev/null and b/static/img/general/pin-shadow.png differ diff --git a/static/img/general/ssp.jpg b/static/img/general/ssp.jpg new file mode 100644 index 0000000..3c35a26 Binary files /dev/null and b/static/img/general/ssp.jpg differ diff --git a/static/img/general/ssp2.jpg b/static/img/general/ssp2.jpg new file mode 100644 index 0000000..c9532d0 Binary files /dev/null and b/static/img/general/ssp2.jpg differ diff --git a/static/img/general/ssp3.jpg b/static/img/general/ssp3.jpg new file mode 100644 index 0000000..e2a1385 Binary files /dev/null and b/static/img/general/ssp3.jpg differ diff --git a/themes/archie/layouts/index.html b/themes/archie/layouts/index.html index e507d34..3e7267e 100644 --- a/themes/archie/layouts/index.html +++ b/themes/archie/layouts/index.html @@ -12,10 +12,44 @@ {{- if isset .Site.Params "subtitle" -}}

{{ .Site.Params.Subtitle | markdownify }}

{{- end -}} - + + + +

Blog

+ +

Bilder

+ + {{ template "partials/paginator.html" . }} {{ partial "footer.html" . }}