new article and added a first image to the blog
This commit is contained in:
parent
158ef8d3a9
commit
b3980480f3
BIN
content/images/wagnerblackout.jpg
Normal file
BIN
content/images/wagnerblackout.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
8
content/posts/2014/01/blackout-poems.md
Normal file
8
content/posts/2014/01/blackout-poems.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Title: Blackout Poems
|
||||||
|
Slug: blackout-poems
|
||||||
|
Date: 2014-01-29 13:00
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
So sieht es aus. Zumindestens eine erste Version mit grundlegenden Funktionen. Eine Idee die ich schon lange mal umsetzen wollte. Ist schon ein paar Jahre her, als ich von den [Newspaper Blackout Poems](http://austinkleon.com/newspaperblackout/) las. Da werden Zeitungen, oder andere Texte, genommen und durch das schwärzen von Teilen des Artikels entstehen sowas wie "Gedichte". Soweit würde ich garnicht gehen. Lustig finde ich die Idee trotzdem. Hat viel mit Remixen und dem kreativen Umgang mit Content zu tun. Und da ich ein wenig mit [Flask](http://flask.pocoo.org/) rumspiele, habe ich mich gefragt ob ich sowas ähnliches auch hinbekomme. Ich überlasse die Auswahl der Wörter dem Pseudo-Zufallsgenerator von Python. Ich glaube ehrlich das es kein Unterschied der Qualität wäre, wenn ich das ganze machen müsste ;-). Interessanterweise sind viele Ergebnisse wirklich witzig. Das Problem was ich noch habe: Auf welche Texte lasse ich das ganze los? Am liebsten wäre mir Pseudojournalismus ala BILD. Am besten wären noch die Werke des "Betroffenheitspoeten" Franz Josef Wagner. Diese habe ich mal als Beispiel genommen. Gar nicht so schlecht Herr Pseudozufallszahlengenerator.
|
@ -31,7 +31,7 @@ EXTRA_PATH_METADATA = {
|
|||||||
|
|
||||||
# static paths will be copied without parsing their contents
|
# static paths will be copied without parsing their contents
|
||||||
STATIC_PATHS = [
|
STATIC_PATHS = [
|
||||||
'pictures',
|
'images',
|
||||||
#'extra/robots.txt',
|
#'extra/robots.txt',
|
||||||
'extra/CNAME',
|
'extra/CNAME',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user