Testing phugo as theme
9
archetypes/default.md
Normal file
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
albumthumb = "path/to/album/cover/image"
|
||||
+++
|
||||
|
||||
{{< photo full="path/to/first/FULL-SIZE/image/in/your/gallery.jpg" thumb="path/to/its/THUMBNAIL/image.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="path/to/second/FULL-SIZE/image/in/your/gallery.jpg" thumb="path/to/its/THUMBNAIL/image.jpg" alt="" phototitle="SOME TITLE" description="SOME SHORT DESCRIPTION. MARKDOWN **SUPPORTED**">}}
|
||||
92
config.toml
Normal file
@@ -0,0 +1,92 @@
|
||||
# Settings
|
||||
baseurl = "http://beta.benediktschnurr.de/"
|
||||
languageCode = "en-us"
|
||||
title = "benedikt schnurr"
|
||||
theme = "phugo"
|
||||
|
||||
[params]
|
||||
|
||||
# Meta
|
||||
description = "Benedikt Schnurr photography and art projects"
|
||||
author = "Benedikt Schnurr"
|
||||
keywords = "benedikt, schnurr, fotografie, photography, portraits, professionell, professional, art, kunst, design"
|
||||
|
||||
# Headerbar links
|
||||
# Do not put here too many links,
|
||||
# it will break mobile appearance
|
||||
|
||||
[[params.header.links]]
|
||||
name = "About"
|
||||
url = "#footer"
|
||||
icon = "fa-info-circle"
|
||||
|
||||
# Footer panel
|
||||
|
||||
[params.footer.paragraph]
|
||||
headline = "Get to know me"
|
||||
text = "I am a .... Nulla consequat, ex ut suscipit rutrum, mi dolor tincidunt erat, et scelerisque turpis ipsum eget quis orci mattis aliquet. Maecenas fringilla et ante at lorem et ipsum. Dolor nulla eu bibendum sapien. Donec non pharetra dui. Nulla consequat, ex ut suscipit rutrum, mi dolor tincidunt erat, et scelerisque turpis ipsum."
|
||||
|
||||
[params.footer.social]
|
||||
headline = "Follow me"
|
||||
|
||||
[[params.footer.social.links]]
|
||||
label = "Twitter"
|
||||
url = "#"
|
||||
icon = "fa-twitter"
|
||||
|
||||
[[params.footer.social.links]]
|
||||
label = "Facebook"
|
||||
url = "#"
|
||||
icon = "fa-facebook"
|
||||
|
||||
[[params.footer.social.links]]
|
||||
label = "Instagram"
|
||||
url = "#"
|
||||
icon = "fa-instagram"
|
||||
|
||||
[[params.footer.social.links]]
|
||||
label = "Dribbble"
|
||||
url = "#"
|
||||
icon = "fa-dribbble"
|
||||
|
||||
[[params.footer.social.links]]
|
||||
label = "LinkedIn"
|
||||
url = "#"
|
||||
icon = "fa-linkedin"
|
||||
|
||||
# Contact form
|
||||
|
||||
# Since this template is static, the contact form uses www.formspree.io as a
|
||||
# proxy. The form makes a POST request to their servers to send the actual
|
||||
# email. Visitors can send up to a 1000 emails each month for free.
|
||||
#
|
||||
# What you need to do for the setup?
|
||||
#
|
||||
# - set your email address under 'realEmail' below
|
||||
# - upload the generated site to your server
|
||||
# - send a dummy email yourself to confirm your account
|
||||
# - click the confirm link in the email from www.formspree.io
|
||||
# - you're done. Happy mailing!
|
||||
|
||||
[params.footer.contact]
|
||||
realEmail = "info@benediktschnurr.de"
|
||||
headline = "Get in touch"
|
||||
buttonText = "Send"
|
||||
resetText = "Reset"
|
||||
|
||||
# 'warning' defines error messages for invalid inputs
|
||||
[params.footer.contact.name]
|
||||
text = "Name *"
|
||||
warning = "Please, enter your name"
|
||||
|
||||
[params.footer.contact.email]
|
||||
text = "Email *"
|
||||
warning = "Please, enter your email."
|
||||
|
||||
[params.footer.contact.message]
|
||||
text = "Message *"
|
||||
warning = "Please, enter your message"
|
||||
|
||||
# Copyright
|
||||
[params.footer.copyright]
|
||||
name = "Benedikt Schnurr"
|
||||
65
content/analog/_index.md
Normal file
@@ -0,0 +1,65 @@
|
||||
+++
|
||||
title = "Analog"
|
||||
date = 2017-10-11T15:13:03+02:00
|
||||
albumthumb = "/album/analog/1.jpg"
|
||||
+++
|
||||
|
||||
{{< photo full="/album/analog/1.jpg" thumb="/album/analog/1.jpg" alt="" phototitle="SOME TITLE" description="">}}
|
||||
|
||||
{{< photo full="/album/analog/2.jpg" thumb="/album/analog/2.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/3.jpg" thumb="/album/analog/3.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/4.jpg" thumb="/album/analog/4.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/5.jpg" thumb="/album/analog/5.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/6.jpg" thumb="/album/analog/6.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/7.jpg" thumb="/album/analog/7.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/8.jpg" thumb="/album/analog/8.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/9.jpg" thumb="/album/analog/9.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/10.jpg" thumb="/album/analog/10.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/11.jpg" thumb="/album/analog/11.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/12.jpg" thumb="/album/analog/12.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/13.jpg" thumb="/album/analog/13.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/14.jpg" thumb="/album/analog/14.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/15.jpg" thumb="/album/analog/15.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/16.jpg" thumb="/album/analog/16.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/17.jpg" thumb="/album/analog/17.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/18.jpg" thumb="/album/analog/18.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/19.jpg" thumb="/album/analog/19.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/20.jpg" thumb="/album/analog/20.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/21.jpg" thumb="/album/analog/21.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/22.jpg" thumb="/album/analog/22.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/23.jpg" thumb="/album/analog/23.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/24.jpg" thumb="/album/analog/24.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/25.jpg" thumb="/album/analog/25.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/26.jpg" thumb="/album/analog/26.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/27.jpg" thumb="/album/analog/27.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/28.jpg" thumb="/album/analog/28.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/29.jpg" thumb="/album/analog/29.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/analog/30.jpg" thumb="/album/analog/30.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
19
content/flush/_index.md
Normal file
@@ -0,0 +1,19 @@
|
||||
+++
|
||||
title = "Flush"
|
||||
date = 2017-10-11T15:13:03+02:00
|
||||
albumthumb = "/album/flush/1.jpg"
|
||||
+++
|
||||
|
||||
{{< photo full="/album/flush/1.jpg" thumb="/album/flush/1.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/flush/2.jpg" thumb="/album/flush/2.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/flush/3.jpg" thumb="/album/flush/3.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/flush/4.jpg" thumb="/album/flush/4.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/flush/5.jpg" thumb="/album/flush/5.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/flush/6.jpg" thumb="/album/flush/6.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
|
||||
{{< photo full="/album/flush/7.jpg" thumb="/album/flush/7.jpg" alt="" phototitle="SOME TITLE" description="PASTE THIS SHORTCODE FOR EVERY IMAGE YOU HAVE IN THIS GALLERY">}}
|
||||
0
data/.gitkeep
Normal file
24
layouts/_default/baseof.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE HTML>
|
||||
{{ partial "lang.html" . }}
|
||||
<head>
|
||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
||||
{{ partial "head.html" . }}
|
||||
<head>
|
||||
<body>
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
{{ block "main" . }}
|
||||
|
||||
{{ end }}
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
||||
</div>
|
||||
|
||||
{{ partial "scripts.html" . }}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
10
layouts/_default/list.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{ define "main" }}
|
||||
<div id="main">
|
||||
{{ range (where .Site.Pages "Kind" "section").ByDate.Reverse }}
|
||||
<article class="thumb">
|
||||
<a href="{{ .Permalink }}" class="link"><img src="{{ .Params.albumthumb }}" alt="{{ .Title }}" /></a>
|
||||
<h2>{{ .Title }}</h2>
|
||||
</article>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
8
layouts/_default/section.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ define "title" }}
|
||||
{{ .Title }} - {{ .Site.Title }}
|
||||
{{ end }}
|
||||
{{ define "main" }}
|
||||
<div id="main">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
||||
42
layouts/partials/footer.html
Normal file
@@ -0,0 +1,42 @@
|
||||
{{ "<!-- Footer -->" | safeHTML }}
|
||||
<footer id="footer" class="panel">
|
||||
<div class="inner split">
|
||||
<div>
|
||||
<section>
|
||||
<h2>{{ with .Site.Params.footer.paragraph.headline }}{{ . | markdownify }}{{ end }}</h2>
|
||||
<p>{{ with .Site.Params.footer.paragraph.text }}{{ . | markdownify }}{{ end }}</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>{{ with .Site.Params.footer.social.headline }}{{ . | markdownify }}{{ end }}</h2>
|
||||
<ul class="icons">
|
||||
{{ range .Site.Params.footer.social.links }}
|
||||
<li><a href="{{ .url }}" class="icon {{ .icon }}"><span class="label">{{ .label }}</span></a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</section>
|
||||
<p class="copyright">
|
||||
© {{ with .Site.Params.footer.copyright.name }}{{ . | markdownify }}{{ end }}. Design: <a href="http://html5up.net">HTML5 UP</a>. Ported to Hugo by <a href="//github.com/aerohub">AEROHUB</a>.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<section>
|
||||
<h2>{{ with .Site.Params.footer.contact.headline }}{{ . | markdownify }}{{ end }}</h2>
|
||||
<form method="post" action="//formspree.io/{{ with .Site.Params.footer.contact.realEmail }}{{.}}{{ end }}" novalidate>
|
||||
<div class="field half first">
|
||||
<input type="text" name="name" required data-validation-required-message="{{ with .Site.Params.footer.contact.name.warning }}{{ . | markdownify}}{{ end }}" id="name" placeholder="{{ with .Site.Params.footer.contact.name.text }}{{ . | markdownify }}{{ end }}" />
|
||||
</div>
|
||||
<div class="field half">
|
||||
<input type="email" name="email" required data-validation-required-message="{{ with .Site.Params.footer.contact.email.warning }}{{ . | markdownify }}{{ end }}" id="email" placeholder="{{ with .Site.Params.footer.contact.email.text }}{{ . | markdownify }}{{ end }}" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<textarea name="message" required data-validation-required-message="{{ with .Site.Params.footer.contact.message.warning }}{{ . | markdownify }}{{ end }}" id="message" rows="4" placeholder="{{ with .Site.Params.footer.contact.message.text }}{{ . | markdownify }}{{ end }}"></textarea>
|
||||
</div>
|
||||
<ul class="actions">
|
||||
<li><input type="submit" value="{{ .Site.Params.footer.contact.buttonText }}" class="special" /></li>
|
||||
<li><input type="reset" value="{{ .Site.Params.footer.contact.resetText }}" /></li>
|
||||
</ul>
|
||||
</form>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
18
layouts/partials/head.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<meta name="description" content="{{ with .Site.Params.description }}{{ . }}{{ end }}">
|
||||
<meta name="author" content="{{ with .Site.Params.author }}{{ . }}{{ end }}">
|
||||
<meta name="keywords" content="{{ with .Site.Params.keywords }}{{ . }}{{ end }}">
|
||||
{{ .Hugo.Generator }}
|
||||
{{ "<!--[if lte IE 8]>" | safeHTML }}
|
||||
<script src="{{ .Site.BaseURL }}assets/js/ie/html5shiv.js"></script>
|
||||
{{ "<![endif]-->" | safeHTML }}
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/main.css" />
|
||||
{{ "<!--[if lte IE 9]>" | safeHTML }}
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/ie9.css" />
|
||||
{{ "<![endif]-->" | safeHTML }}
|
||||
{{ "<!--[if lte IE 8]>" | safeHTML }}
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/ie8.css" />
|
||||
{{ "<![endif]-->" | safeHTML }}
|
||||
<link rel="shortcut icon" href="{{ .Site.BaseURL }}favicon.ico">
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
16
layouts/partials/header.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<header id="header">
|
||||
{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }}
|
||||
{{ $.Scratch.Add "path" .Site.BaseURL }}
|
||||
<h1>
|
||||
<a href="{{ .Site.BaseURL }}"><strong>{{ .Site.Title }}</strong></a>
|
||||
{{ range $index, $element := split $url "/" }}
|
||||
{{ $.Scratch.Add "path" $element }}
|
||||
{{ if ne $element "" }}
|
||||
/ {{ . | humanize }}
|
||||
{{ $.Scratch.Add "path" "/" }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</h1>
|
||||
{{ partial "navigation.html" . }}
|
||||
|
||||
</header>
|
||||
7
layouts/partials/lang.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ "<!-- Phugo - Photogallery Theme for Hugo -->" | safeHTML }}
|
||||
{{ "<!-- by Pavel Kanyshev | github.com/aerohub -->" | safeHTML }}
|
||||
{{ "<!-- It's based on Multiverse by HTML5 UP -->" | safeHTML }}
|
||||
{{ "<!-- html5up.net | @ajlkn -->" | safeHTML }}
|
||||
{{ "<!-- Free for personal and commercial use -->" | safeHTML }}
|
||||
{{ "<!-- under the CCA 3.0 license (html5up.net/license) -->" | safeHTML }}
|
||||
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
||||
7
layouts/partials/navigation.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<nav>
|
||||
<ul>
|
||||
{{ range .Site.Params.header.links }}
|
||||
<li><a href="{{ .url }}" class="icon {{ .icon }}">{{ .name }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</nav>
|
||||
8
layouts/partials/scripts.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<script src="{{ .Site.BaseURL }}assets/js/jquery.min.js"></script>
|
||||
<script src="{{ .Site.BaseURL }}assets/js/jquery.poptrox.min.js"></script>
|
||||
<script src="{{ .Site.BaseURL }}assets/js/skel.min.js"></script>
|
||||
<script src="{{ .Site.BaseURL }}assets/js/util.js"></script>
|
||||
{{ "<!--[if lte IE 8]>" | safeHTML }}
|
||||
<script src="{{ .Site.BaseURL }}assets/js/ie/respond.min.js"></script>
|
||||
{{ "<![endif]-->" | safeHTML }}
|
||||
<script src="{{ .Site.BaseURL }}assets/js/main.js"></script>
|
||||
5
layouts/shortcodes/photo.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<article class="thumb">
|
||||
<a href="{{ .Get "full" }}" class="image"><img src="{{ .Get "thumb" }}" alt="{{ .Get "alt" }}" /></a>
|
||||
<h2>{{ .Get "phototitle" }}</h2>
|
||||
<p>{{ .Get "description" | markdownify }}</p>
|
||||
</article>
|
||||
BIN
static/album/analog/1.jpg
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
static/album/analog/10.jpg
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
static/album/analog/11.jpg
Normal file
|
After Width: | Height: | Size: 500 KiB |
BIN
static/album/analog/12.jpg
Normal file
|
After Width: | Height: | Size: 296 KiB |
BIN
static/album/analog/13.jpg
Normal file
|
After Width: | Height: | Size: 328 KiB |
BIN
static/album/analog/14.jpg
Normal file
|
After Width: | Height: | Size: 3.3 MiB |
BIN
static/album/analog/15.jpg
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
static/album/analog/16.jpg
Normal file
|
After Width: | Height: | Size: 292 KiB |
BIN
static/album/analog/17.jpg
Normal file
|
After Width: | Height: | Size: 469 KiB |
BIN
static/album/analog/18.jpg
Normal file
|
After Width: | Height: | Size: 6.0 MiB |
BIN
static/album/analog/19.jpg
Normal file
|
After Width: | Height: | Size: 254 KiB |
BIN
static/album/analog/2.jpg
Normal file
|
After Width: | Height: | Size: 303 KiB |
BIN
static/album/analog/20.jpg
Normal file
|
After Width: | Height: | Size: 310 KiB |
BIN
static/album/analog/21.jpg
Normal file
|
After Width: | Height: | Size: 312 KiB |
BIN
static/album/analog/22.jpg
Normal file
|
After Width: | Height: | Size: 457 KiB |
BIN
static/album/analog/23.jpg
Normal file
|
After Width: | Height: | Size: 144 KiB |
BIN
static/album/analog/24.jpg
Normal file
|
After Width: | Height: | Size: 271 KiB |
BIN
static/album/analog/25.jpg
Normal file
|
After Width: | Height: | Size: 479 KiB |
BIN
static/album/analog/26.jpg
Normal file
|
After Width: | Height: | Size: 160 KiB |
BIN
static/album/analog/27.jpg
Normal file
|
After Width: | Height: | Size: 244 KiB |
BIN
static/album/analog/28.jpg
Normal file
|
After Width: | Height: | Size: 509 KiB |
BIN
static/album/analog/29.jpg
Normal file
|
After Width: | Height: | Size: 162 KiB |
BIN
static/album/analog/3.jpg
Normal file
|
After Width: | Height: | Size: 495 KiB |
BIN
static/album/analog/30.jpg
Normal file
|
After Width: | Height: | Size: 5.3 MiB |
BIN
static/album/analog/4.jpg
Normal file
|
After Width: | Height: | Size: 460 KiB |
BIN
static/album/analog/5.jpg
Normal file
|
After Width: | Height: | Size: 690 KiB |
BIN
static/album/analog/6.jpg
Normal file
|
After Width: | Height: | Size: 537 KiB |
BIN
static/album/analog/7.jpg
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
static/album/analog/8.jpg
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
static/album/analog/9.jpg
Normal file
|
After Width: | Height: | Size: 541 KiB |
BIN
static/album/brombeere/1.jpg
Normal file
|
After Width: | Height: | Size: 506 KiB |
BIN
static/album/brombeere/2.jpg
Normal file
|
After Width: | Height: | Size: 435 KiB |
BIN
static/album/brombeere/3.jpg
Normal file
|
After Width: | Height: | Size: 368 KiB |
BIN
static/album/brombeere/4.jpg
Normal file
|
After Width: | Height: | Size: 405 KiB |
BIN
static/album/brombeere/5.jpg
Normal file
|
After Width: | Height: | Size: 446 KiB |
BIN
static/album/brombeere/6.jpg
Normal file
|
After Width: | Height: | Size: 310 KiB |
BIN
static/album/brombeere/7.jpg
Normal file
|
After Width: | Height: | Size: 475 KiB |
BIN
static/album/brombeere/8.jpg
Normal file
|
After Width: | Height: | Size: 450 KiB |
BIN
static/album/flush/1.jpg
Normal file
|
After Width: | Height: | Size: 392 KiB |
BIN
static/album/flush/2.jpg
Normal file
|
After Width: | Height: | Size: 382 KiB |
BIN
static/album/flush/3.jpg
Normal file
|
After Width: | Height: | Size: 315 KiB |
BIN
static/album/flush/4.jpg
Normal file
|
After Width: | Height: | Size: 418 KiB |
BIN
static/album/flush/5.jpg
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
static/album/flush/6.jpg
Normal file
|
After Width: | Height: | Size: 351 KiB |
BIN
static/album/flush/7.jpg
Normal file
|
After Width: | Height: | Size: 299 KiB |
BIN
static/album/gestochen/1.jpg
Normal file
|
After Width: | Height: | Size: 714 KiB |
BIN
static/album/gestochen/10.jpg
Normal file
|
After Width: | Height: | Size: 768 KiB |
BIN
static/album/gestochen/2.jpg
Normal file
|
After Width: | Height: | Size: 655 KiB |
BIN
static/album/gestochen/3.jpg
Normal file
|
After Width: | Height: | Size: 666 KiB |
BIN
static/album/gestochen/4.jpg
Normal file
|
After Width: | Height: | Size: 647 KiB |
BIN
static/album/gestochen/5.jpg
Normal file
|
After Width: | Height: | Size: 661 KiB |
BIN
static/album/gestochen/6.jpg
Normal file
|
After Width: | Height: | Size: 638 KiB |
BIN
static/album/gestochen/7.jpg
Normal file
|
After Width: | Height: | Size: 722 KiB |
BIN
static/album/gestochen/8.jpg
Normal file
|
After Width: | Height: | Size: 722 KiB |
BIN
static/album/gestochen/9.jpg
Normal file
|
After Width: | Height: | Size: 743 KiB |
BIN
static/album/hoch/1.jpg
Normal file
|
After Width: | Height: | Size: 370 KiB |
BIN
static/album/hoch/10.jpg
Normal file
|
After Width: | Height: | Size: 452 KiB |
BIN
static/album/hoch/11.jpg
Normal file
|
After Width: | Height: | Size: 442 KiB |
BIN
static/album/hoch/12.jpg
Normal file
|
After Width: | Height: | Size: 510 KiB |
BIN
static/album/hoch/13.jpg
Normal file
|
After Width: | Height: | Size: 405 KiB |
BIN
static/album/hoch/2.jpg
Normal file
|
After Width: | Height: | Size: 404 KiB |
BIN
static/album/hoch/3.jpg
Normal file
|
After Width: | Height: | Size: 396 KiB |
BIN
static/album/hoch/4.jpg
Normal file
|
After Width: | Height: | Size: 446 KiB |
BIN
static/album/hoch/5.jpg
Normal file
|
After Width: | Height: | Size: 423 KiB |
BIN
static/album/hoch/6.jpg
Normal file
|
After Width: | Height: | Size: 485 KiB |
BIN
static/album/hoch/7.jpg
Normal file
|
After Width: | Height: | Size: 463 KiB |
BIN
static/album/hoch/8.jpg
Normal file
|
After Width: | Height: | Size: 522 KiB |
BIN
static/album/hoch/9.jpg
Normal file
|
After Width: | Height: | Size: 448 KiB |
BIN
static/album/meinkrampf/1.jpg
Normal file
|
After Width: | Height: | Size: 394 KiB |
BIN
static/album/meinkrampf/2.jpg
Normal file
|
After Width: | Height: | Size: 417 KiB |
BIN
static/album/meinkrampf/3.jpg
Normal file
|
After Width: | Height: | Size: 397 KiB |
BIN
static/album/meinkrampf/4.jpg
Normal file
|
After Width: | Height: | Size: 445 KiB |
BIN
static/album/meinkrampf/5.jpg
Normal file
|
After Width: | Height: | Size: 482 KiB |
BIN
static/album/photography/1.jpg
Normal file
|
After Width: | Height: | Size: 292 KiB |
BIN
static/album/photography/10.jpg
Normal file
|
After Width: | Height: | Size: 397 KiB |
BIN
static/album/photography/11.jpg
Normal file
|
After Width: | Height: | Size: 214 KiB |
BIN
static/album/photography/12.jpg
Normal file
|
After Width: | Height: | Size: 194 KiB |
BIN
static/album/photography/13.jpg
Normal file
|
After Width: | Height: | Size: 291 KiB |
BIN
static/album/photography/14.jpg
Normal file
|
After Width: | Height: | Size: 356 KiB |
BIN
static/album/photography/15.jpg
Normal file
|
After Width: | Height: | Size: 274 KiB |
BIN
static/album/photography/16.jpg
Normal file
|
After Width: | Height: | Size: 120 KiB |
BIN
static/album/photography/17.jpg
Normal file
|
After Width: | Height: | Size: 181 KiB |
BIN
static/album/photography/18.jpg
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
static/album/photography/19.jpg
Normal file
|
After Width: | Height: | Size: 317 KiB |
BIN
static/album/photography/2.jpg
Normal file
|
After Width: | Height: | Size: 411 KiB |