new article

This commit is contained in:
Marvin Steadfast 2019-06-05 10:09:48 +02:00
parent ca93551426
commit 64fd19cd4a
17 changed files with 40 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View File

@ -0,0 +1,38 @@
Title: Bilder wie aus dem Winter der Frühling wurde
Date: 2019-06-05 10:09
Slug: bilder-wie-aus-dem-winter-der-fruhling-wurde
Tags: photography, caffenol
Tage an denen ich Filmmaterial durch Kaffee ziehen kann, sind sehr gute Tage. Es wird viel zu wenig fotografiert, viel zu wenig gestaunt. Doch ist es wieder Zeit, ist die Freude besonders hoch.
Fotografiert habe ich auf Ilford HP5+, mit meiner Leica Mini II. Entwickelt in [Caffenol-C-H](https://github.com/xsteadfastx/filmentwicklung/blob/master/Caffenol.md).
![Westhagen]({static}/images/47999858263_e81e0bf1c5_b.jpg)
![Westhagen]({static}/images/47999855292_6eaa31d998_b.jpg)
![Westhagen]({static}/images/47999898066_96f770ddd5_b.jpg)
![Westhagen]({static}/images/47999864168_254a3744df_b.jpg)
![Westhagen]({static}/images/47999904121_2827f2e201_b.jpg)
![Westhagen]({static}/images/47999874268_2aa54831d1_b.jpg)
![Westhagen]({static}/images/47999876013_15640d9cc4_b.jpg)
![Ehmen]({static}/images/47999925056_b555b8f130_b.jpg)
![Ehmen]({static}/images/47999885347_84a0bd2201_b.jpg)
![Sellin, Rügen]({static}/images/47999904698_3695bc8694_b.jpg)
![Sellin, Rügen]({static}/images/47999941966_4a3e02e863_b.jpg)
![Sellin, Rügen]({static}/images/47999943336_5d346275ab_b.jpg)
![Sellin, Rügen]({static}/images/47999914278_5ed63fe023_b.jpg)
![Sellin, Rügen]({static}/images/47999951891_971de8a994_b.jpg)
![Sellin, Rügen]({static}/images/47999917233_a1371ab9e1_b.jpg)

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from datetime import datetime
AUTHOR = "marvin"
@ -88,6 +89,7 @@ TAG_SAVE_AS = "tag/{slug}.html"
# api keys
FLICKR_API_KEY = "2207902126a225122e46533e82b6a947"
FLICKR_API_SECRET = "402a152c0cff422e3"
GIPHY_API_KEY = "5p444vy81N4TtGQ0J4CLeyyBTlZi2AIa"
DEFAULT_PAGINATION = 5