From 5ed6e1cb93172fd1e25c6bdf1f85341a6e96d723 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 18 Nov 2022 15:37:55 +0500 Subject: [PATCH] attempt to list markdown pages from publishers folder --- .../publishers/about-lumbung-publishers.md | 47 +++++++++++++++++ content/publishers/comics-reading.md | 21 ++++++++ content/publishers/index.md | 5 ++ content/publishers/lumbung-books-tutorial.md | 14 ++++++ .../layouts/publishers/list.html | 50 +++++++++++++++++++ 5 files changed, 137 insertions(+) create mode 100644 content/publishers/about-lumbung-publishers.md create mode 100644 content/publishers/comics-reading.md create mode 100644 content/publishers/index.md create mode 100644 content/publishers/lumbung-books-tutorial.md create mode 100644 themes/lumbung-theme/layouts/publishers/list.html diff --git a/content/publishers/about-lumbung-publishers.md b/content/publishers/about-lumbung-publishers.md new file mode 100644 index 0000000..eeab3b4 --- /dev/null +++ b/content/publishers/about-lumbung-publishers.md @@ -0,0 +1,47 @@ +--- +title: "About lumbung of Publishers" +date: 2022-10-18T13:33:21+05:00 +draft: false +authors: ["lumbung publishers"] +categories: ["shouts"] +title: lumbung books tutorial +tags: [ "publishers" ] +--- + +Within the cultural sphere, independent publishers and publishing collectives are particularly dependent on solidarity and the sharing of resources to survive. During documenta fifteen, lumbung of Publishers offers independent publishers the possibility to get to know each other and to share knowledge. The goal is to create a network that exists beyond the 100-day duration of documenta fifteen. + +![documenta fifteen: lumbung of Publishers, Harvest by Daniela and Camila from HAMBRE, 2022](https://documenta-fifteen.de/wp-content/uploads/2022/06/lumbung-of-Publishers-1280x838.jpeg) + +Among the invited publishers are the publishing collective consonni from Bilbao, the graphic experimentation workshop La Impresora from Puerto Rico, Ljubljana-based Stripburger, Rotopol from Kassel, and many more. + +Two stakeholders from each publishing house travel to Kassel to first participate in a two-day internal workshop. During the first Meydan weekend, from Friday, July 8 until Sunday, July 10, 2022, the publishers design a three-day public program, with presentations, workshops, and lectures. lumbung of Publishers offers visitors of documenta fifteen the possibility to get to know the independent publishers and their programs from different countries and to gain an insight into their survival strategies. + +The participating publishers and collectives showcase their publications and produce new ones on the spot. This happens in collaboration with lumbung Press, which is a collective project of lumbung members and lumbung artists for flexible and process-oriented production of print products on site in Kassel. + +lumbung Press is a partner project between documenta fifteen and Kunsthaus Göttingen. + +## LUMBUNG OF PUBLISHERS COLLABORATORS ARE CURRENTLY: +- Abdul Halik Azeez +- Bananafish Books +- BOLOHO (lumbung artists) +- consonni +- Cooperativa Cráter Invertido +- David Kaiza +- Erick Beltrán (lumbung artist) +- HAMBRE +- Jalada +- Kayfa ta +- kuš! +- Kutikuti +- La Impresora +- Marjin Kiri +- microutopías press +- N’fana Diakite +- Nieves +- Reading Room +- Relampago +- Rotopol Press +- Strapazin +- Stripburger + +![documenta fifteen: lumbung of Publishers, screenshot during a meeting, 2022](https://documenta-fifteen.de/wp-content/uploads/2022/06/lumbung-of-Publishers_2-1280x847.jpeg) \ No newline at end of file diff --git a/content/publishers/comics-reading.md b/content/publishers/comics-reading.md new file mode 100644 index 0000000..f375f44 --- /dev/null +++ b/content/publishers/comics-reading.md @@ -0,0 +1,21 @@ +--- +title: "Comics Reading" +date: 2022-10-18T13:31:58+05:00 +draft: false +authors: ["lumbung publishers"] +categories: ["shouts"] +title: lumbung books tutorial +tags: [ "publishers" ] +--- + +lumbung of Publishers: Comics Reading is an event by lumbung of Publishers together with Rotopol and friends. + +## PARTLY BARRIER-FREE +Access: + +Ground-level entrance via Obere Königsstraße. The entrance via Treppenstraße is not wheelchair accessible as there are several steps, but the second level of ruruHaus can be reached via an in-house elevator (140 x 160 cm). + +## DIRECTIONS +Entrance via Treppenstraße + +Obere Königsstraße 43, 34117 Kassel \ No newline at end of file diff --git a/content/publishers/index.md b/content/publishers/index.md new file mode 100644 index 0000000..5842c7a --- /dev/null +++ b/content/publishers/index.md @@ -0,0 +1,5 @@ +--- +draft: false +--- + +{{< map geoJson="data/geojsonContributors.json">}} \ No newline at end of file diff --git a/content/publishers/lumbung-books-tutorial.md b/content/publishers/lumbung-books-tutorial.md new file mode 100644 index 0000000..85892fc --- /dev/null +++ b/content/publishers/lumbung-books-tutorial.md @@ -0,0 +1,14 @@ +--- +date: 2022-10-18 +draft: false +authors: ["lumbung publishers"] +categories: ["shouts"] +title: lumbung books tutorial +tags: [ "publishers" ] +--- + +In this short video you learn how you can share digital publications using books.lumbung.space: + +https://tv.lumbung.space/w/p/vpiJrFaFNxnCi7c5dEmnN5 + +Video made by Varia member Aggeliki (Kiki) Diakrousi while she was at Kefalonia, Greece in August 2022 \ No newline at end of file diff --git a/themes/lumbung-theme/layouts/publishers/list.html b/themes/lumbung-theme/layouts/publishers/list.html new file mode 100644 index 0000000..4d30cdf --- /dev/null +++ b/themes/lumbung-theme/layouts/publishers/list.html @@ -0,0 +1,50 @@ +{{ define "main" }} +
+ + {{.Content}} +
+
+ {{ range where (.Paginator 13).Pages "Params.hidden" "ne" "true" }} + + {{ if in .Params.categories "tv"}} + + {{- partial "video_box.html" . -}} + + {{ else if in .Params.categories "calendar" }} + + {{- partial "calendar_card.html" . -}} + + {{ else if in .Params.categories "network" }} + + {{- partial "network_card.html" . -}} + + {{ else if in .Params.categories "shouts" }} + + {{- partial "shout_card.html" . -}} + + {{ else if in .Params.categories "pen" }} + + {{- partial "pen_card.html" . -}} + + {{ else if in .Params.categories "book" }} + + {{- partial "book.html" . -}} + + {{ else if in .Params.categories "page" }} + + {{- partial "blank.html" . -}} + + {{ else }} + + {{- partial "card.html" . -}} + + {{ end }} + + {{ end }} +
+ + +
+{{ end }}