new article
BIN
content/images/47999855292_6eaa31d998_b.jpg
Normal file
After Width: | Height: | Size: 400 KiB |
BIN
content/images/47999858263_e81e0bf1c5_b.jpg
Normal file
After Width: | Height: | Size: 383 KiB |
BIN
content/images/47999864168_254a3744df_b.jpg
Normal file
After Width: | Height: | Size: 328 KiB |
BIN
content/images/47999874268_2aa54831d1_b.jpg
Normal file
After Width: | Height: | Size: 203 KiB |
BIN
content/images/47999876013_15640d9cc4_b.jpg
Normal file
After Width: | Height: | Size: 198 KiB |
BIN
content/images/47999885347_84a0bd2201_b.jpg
Normal file
After Width: | Height: | Size: 163 KiB |
BIN
content/images/47999898066_96f770ddd5_b.jpg
Normal file
After Width: | Height: | Size: 383 KiB |
BIN
content/images/47999904121_2827f2e201_b.jpg
Normal file
After Width: | Height: | Size: 368 KiB |
BIN
content/images/47999904698_3695bc8694_b.jpg
Normal file
After Width: | Height: | Size: 279 KiB |
BIN
content/images/47999914278_5ed63fe023_b.jpg
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
content/images/47999917233_a1371ab9e1_b.jpg
Normal file
After Width: | Height: | Size: 122 KiB |
BIN
content/images/47999925056_b555b8f130_b.jpg
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
content/images/47999941966_4a3e02e863_b.jpg
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
content/images/47999943336_5d346275ab_b.jpg
Normal file
After Width: | Height: | Size: 233 KiB |
BIN
content/images/47999951891_971de8a994_b.jpg
Normal file
After Width: | Height: | Size: 113 KiB |
@ -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).
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
@ -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
|
||||
|