Webpage
|
@ -12,3 +12,6 @@ cc: "by-nc-sa"
|
||||||
# Gallery
|
# Gallery
|
||||||
{{< gallery dir="img/2020/12/teufelsberg" caption-position="none" caption-effect="fade" />}} {{< load-photoswipe >}}
|
{{< gallery dir="img/2020/12/teufelsberg" caption-position="none" caption-effect="fade" />}} {{< load-photoswipe >}}
|
||||||
{{< load-photoswipe >}}
|
{{< load-photoswipe >}}
|
||||||
|
|
||||||
|
# Map
|
||||||
|
{{< map lat="52.50237" lon="13.24824" >}}
|
|
@ -12,3 +12,6 @@ cc: "by-nc-sa"
|
||||||
# Gallery
|
# Gallery
|
||||||
{{< gallery dir="/img/2020/12/tempelhofer-hafen" caption-position="none" caption-effect="fade" />}} {{< load-photoswipe >}}
|
{{< gallery dir="/img/2020/12/tempelhofer-hafen" caption-position="none" caption-effect="fade" />}} {{< load-photoswipe >}}
|
||||||
{{< load-photoswipe >}}
|
{{< load-photoswipe >}}
|
||||||
|
|
||||||
|
# Map
|
||||||
|
{{< map lat="52.45501" lon="13.38633" >}}
|
35
content/posts/2020-12-14-Schloss-Britz.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
title: "Schloss Britz"
|
||||||
|
date: 2020-12-14T16:31:55+02:00
|
||||||
|
draft: false
|
||||||
|
categories: ["Images"]
|
||||||
|
description: "Image Gallery"
|
||||||
|
startpage: false
|
||||||
|
lang: img
|
||||||
|
gallery: "/img/2020/12/schloss-britz/DSC07508_1.jpg"
|
||||||
|
cc: "by-nc-sa"
|
||||||
|
---
|
||||||
|
# Gallery
|
||||||
|
{{< gallery caption-position="bottom" caption-effect="fade" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07436.jpg" caption="Dorfkirche Britz mit See" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07442.jpg" caption="Dorfkirche Britz mit See" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07453.jpg" caption="Schloss Britz mit Brunnen im Winter" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07453_1.jpg" caption="Schloss Britz" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07456.jpg" caption="Weg im Schlossgarten" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07458.jpg" caption="Statur Milchmädchen" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07460.jpg" caption="Statur Milchmädchen" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07470.jpg" caption="Teehaus im Schlossgarten" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07557.jpg" caption="Weg im Schlossgarten" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07479.jpg" caption="Kulturstall beim Schloss Britz" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07482.jpg" caption="Museum Neukölln" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07508_1.jpg" caption="Sonne zwischen Museum Neukölln und Musikschule" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07554.jpg" caption="Pflug beim Kulturstall" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07581.jpg" caption="See Fennpfuhl" >}}
|
||||||
|
{{< figure src="/img/2020/12/schloss-britz/DSC07608.jpg" caption="Bürgeramt Neukölln Britz" >}}
|
||||||
|
|
||||||
|
{{< /gallery >}}
|
||||||
|
{{< load-photoswipe >}}
|
||||||
|
|
||||||
|
# Map
|
||||||
|
|
||||||
|
{{< map lat="52.44685" lon="13.43783" >}}
|
22
layouts/shortcodes/map.html
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css" />
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-gpx/1.4.0/gpx.min.js"></script>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="mymap" class="mymap" style="min-height: 500px;"></div>
|
||||||
|
<style type="text/css">
|
||||||
|
.mymap img {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script>
|
||||||
|
var map = L.map('mymap').setView([{{ .Get "lat" }}, {{ .Get "lon" }}], 15);
|
||||||
|
|
||||||
|
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||||
|
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
||||||
|
}).addTo(map);
|
||||||
|
|
||||||
|
L.marker([{{ .Get "lat" }}, {{ .Get "lon" }}]).addTo(map)
|
||||||
|
//.bindPopup('A pretty CSS3 popup.<br> Easily customizable.')
|
||||||
|
//.openPopup();
|
||||||
|
</script>
|
BIN
static/img/2020/12/britzer-garten/DSC07632.jpg
Executable file
After Width: | Height: | Size: 203 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07632_1.jpg
Executable file
After Width: | Height: | Size: 348 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07640.jpg
Executable file
After Width: | Height: | Size: 178 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07643.jpg
Executable file
After Width: | Height: | Size: 301 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07654.jpg
Executable file
After Width: | Height: | Size: 128 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07663.jpg
Executable file
After Width: | Height: | Size: 194 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07671.jpg
Executable file
After Width: | Height: | Size: 414 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07678.jpg
Executable file
After Width: | Height: | Size: 185 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07683.jpg
Executable file
After Width: | Height: | Size: 252 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07686.jpg
Executable file
After Width: | Height: | Size: 116 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07692.jpg
Executable file
After Width: | Height: | Size: 195 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07696.jpg
Executable file
After Width: | Height: | Size: 237 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07705.jpg
Executable file
After Width: | Height: | Size: 235 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07713.jpg
Executable file
After Width: | Height: | Size: 252 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07717.jpg
Executable file
After Width: | Height: | Size: 135 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07721.jpg
Executable file
After Width: | Height: | Size: 284 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07727.jpg
Executable file
After Width: | Height: | Size: 405 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07728.jpg
Executable file
After Width: | Height: | Size: 300 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07735.jpg
Executable file
After Width: | Height: | Size: 370 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07739.jpg
Executable file
After Width: | Height: | Size: 285 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07744.jpg
Executable file
After Width: | Height: | Size: 351 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07746.jpg
Executable file
After Width: | Height: | Size: 314 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07752.jpg
Executable file
After Width: | Height: | Size: 301 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07758.jpg
Executable file
After Width: | Height: | Size: 158 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07763.jpg
Executable file
After Width: | Height: | Size: 220 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07776.jpg
Executable file
After Width: | Height: | Size: 67 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07780.jpg
Executable file
After Width: | Height: | Size: 416 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07782.jpg
Executable file
After Width: | Height: | Size: 352 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07784.jpg
Executable file
After Width: | Height: | Size: 339 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07787.jpg
Executable file
After Width: | Height: | Size: 293 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07794.jpg
Executable file
After Width: | Height: | Size: 119 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07805.jpg
Executable file
After Width: | Height: | Size: 172 KiB |
BIN
static/img/2020/12/britzer-garten/DSC07809.jpg
Executable file
After Width: | Height: | Size: 234 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07436.jpg
Executable file
After Width: | Height: | Size: 150 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07442.jpg
Executable file
After Width: | Height: | Size: 153 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07453.jpg
Executable file
After Width: | Height: | Size: 216 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07453_1.jpg
Executable file
After Width: | Height: | Size: 160 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07456.jpg
Executable file
After Width: | Height: | Size: 359 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07458.jpg
Executable file
After Width: | Height: | Size: 377 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07460.jpg
Executable file
After Width: | Height: | Size: 240 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07470.jpg
Executable file
After Width: | Height: | Size: 412 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07479.jpg
Executable file
After Width: | Height: | Size: 241 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07482.jpg
Executable file
After Width: | Height: | Size: 275 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07508_1.jpg
Executable file
After Width: | Height: | Size: 221 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07554.jpg
Executable file
After Width: | Height: | Size: 288 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07557.jpg
Executable file
After Width: | Height: | Size: 355 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07581.jpg
Executable file
After Width: | Height: | Size: 323 KiB |
BIN
static/img/2020/12/schloss-britz/DSC07608.jpg
Executable file
After Width: | Height: | Size: 193 KiB |