From 99462ebf925e0500930c5a953028714e89eda452 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Sun, 8 Mar 2020 14:29:16 +0100 Subject: [PATCH] !publish! download link... --- content/download/_index.md | 16 +++++++ content/session/radicalredistribution.md | 20 ++++----- .../download/_markup/render-image.html | 42 +++++++++++++++++++ .../piratecare/layouts/download/baseof.html | 28 +++++++++++++ themes/piratecare/layouts/download/list.html | 22 ++++++++++ .../piratecare/layouts/download/single.html | 6 +++ 6 files changed, 124 insertions(+), 10 deletions(-) create mode 100644 content/download/_index.md create mode 100644 themes/piratecare/layouts/download/_markup/render-image.html create mode 100644 themes/piratecare/layouts/download/baseof.html create mode 100644 themes/piratecare/layouts/download/list.html create mode 100644 themes/piratecare/layouts/download/single.html diff --git a/content/download/_index.md b/content/download/_index.md new file mode 100644 index 0000000..f72abf1 --- /dev/null +++ b/content/download/_index.md @@ -0,0 +1,16 @@ +--- +title: Syllabus +--- + +# Download + +something like here is the standalone syllabus with library and (most of) all materials + +# Browse + +this one is obvious + +# Write + +something like here are the source materials in git repository which can be cloned, forked and developed further... + diff --git a/content/session/radicalredistribution.md b/content/session/radicalredistribution.md index 3163f3d..b38055f 100644 --- a/content/session/radicalredistribution.md +++ b/content/session/radicalredistribution.md @@ -16,7 +16,7 @@ This workshop can be conceived as a stand-alone session, however, we suggest to Work, Time, Value/s, Power Relations ## Tools -Tables, Chairs, Pen, 2 Printed Maps (2.MAP-01; 2.MAP-02)(link) +Tables, Chairs, Pen, Print-outs of [Map 2-1](/topic/commoningcare/radicalredistribution/tools/2.MAP-01.jpg) and [Map 2-2](/topic/commoningcare/radicalredistribution/tools/2.MAP-02.jpg) # Learning together @@ -29,7 +29,7 @@ Ask participants to introduce themselves and to answer the following questions ( ## Step 2: Analyzing our 24-hour clock! (20 min.) -Split participants in smaller groups if necessary and ask them to fill 2.MAP-01 (link) by unpacking their everyday rhythms. Involve them in adding categories where necessary, and in defining different categories with specific actions, by writing inside the slices of pie. +Split participants in smaller groups if necessary and ask them to fill [Map 2-1](/topic/commoningcare/radicalredistribution/tools/2.MAP-01.jpg) by unpacking their everyday rhythms. Involve them in adding categories where necessary, and in defining different categories with specific actions, by writing inside the slices of pie. ## Step 3: Magical discoveries (40 min.) @@ -41,7 +41,7 @@ Collectively read the zine “The Abolition of Work” Black’s book (link). En ## Step 5: Rethinking our 24-hour clock (15 min.) -Split participants again and ask them to fill 2.MAP-02 (link) by rebalancing their everyday rhythms in a way that reflects their ideal scenario.  +Split participants again and ask them to fill out [Map 2-2](/topic/commoningcare/radicalredistribution/tools/2.MAP-02.jpg) by rebalancing their everyday rhythms in a way that reflects their ideal scenario.  ## Step 6: Let’s strike! (30 min.) @@ -53,12 +53,12 @@ Ask participants how they feel about the workshop and to imagine collective stra # Bibliography -- Black, Bob. The Abolition of Work. A new world in our hearts, 2005. +- ![](bib:2a4d0e81-884f-442c-8727-2333fd10eb3a) - Crabb, R. L. The Abolition of Work. 1996. -- Stiegler, Bernard. ‘La Société Automatique: 1. L’avenir Du Travail’, 2015. -- Weeks, Kathi. The Problem with Work: Feminism, Marxism, Antiwork Politics, and Postwork Imaginaries. Duke University Press, 2011. -- Gibson-Graham, J. K., Jenny Cameron, and Stephen Healy. Take Back the Economy: An Ethical Guide for Transforming Our Communities. University of Minnesota Press, 2013. www.jstor.org/stable/10.5749/j.ctt32bcgj. -- Goffman, Erving. The Presentation of Self in Everyday Life. Penguin Books, 1990. +- ![](bib:db948c99-42cd-4a23-b995-e17105e481f1) +- ![](bib:e57fa2af-d801-40b7-a112-d06af86eacd6) +- ![](bib:dafe86d6-4377-43ac-b207-f1d13a535bba) +- ![](bib:42076caf-7bff-4969-9c12-9e90c73f5cfa) - Aranda, Julieta, Brian Kuan Wood, and Anton Vidokle. Are You Working Too Much?: Post-Fordism, Precarity, and the Labor of Art. Sternberg Press, 2011. -- Ahmed, Sara. The Promise of Happiness. Duke University Press, 2010. -- Graeber, David. (2013) On the Phenomenon of Bullshit Jobs Strike! Magazine. Accessed June 7, 2014. http://www.strikemag.org/bullshit-jobs/ \ No newline at end of file +- ![](bib:6055c415-505b-4441-afcf-3b1c63077631) +- Graeber, David. “On the Phenomenon of Bullshit Jobs.” STRIKE! Magazine, August 2013. Accessed June 7, 2014. http://www.strikemag.org/bullshit-jobs/ \ No newline at end of file diff --git a/themes/piratecare/layouts/download/_markup/render-image.html b/themes/piratecare/layouts/download/_markup/render-image.html new file mode 100644 index 0000000..478fd39 --- /dev/null +++ b/themes/piratecare/layouts/download/_markup/render-image.html @@ -0,0 +1,42 @@ +{{ $text_link := .Text }} +{{ if strings.HasPrefix .Destination "bib:" }} + {{ $destination := (substr .Destination 4) }} + {{ if index $.Page.Site.Data.books.piratecarecollection $destination }} + {{ $b := index $.Page.Site.Data.books.piratecarecollection $destination }} + {{ if not $text_link }} + {{ delimit $b.authors ", " " & " }}{{ with $b.pubdate }}, {{ substr . 0 4}}{{ end }}.‘{{ $b.title }}’. {{ with $b.publisher }}{{ . }}.{{ end }} + {{ else }} + {{ $text_link }} + {{ end }} + {{ else }} + {{ $text_link }}⦚bib:{{ $destination }} not found + {{ end }} +{{ else if strings.HasPrefix .Destination "session:" }} + {{ $s_destination := (substr .Destination 8) }} + {{ if $.Page.Site.GetPage $s_destination }} + {{ $session := $.Page.Site.GetPage $s_destination }} + {{ if not $text_link }} + {{ $session.Title }} + {{ else }} + {{ $text_link }} + {{ end }} + {{ else }} + {{ $text_link }}⦚session:{{ $s_destination }} not found + {{ end }} +{{ else if strings.HasPrefix .Destination "topic:" }} + {{ $t_destination := (substr .Destination 6) }} + {{ if $.Page.Site.GetPage $t_destination }} + {{ $topic := $.Page.Site.GetPage $t_destination }} + {{ if not $text_link }} + {{ $topic.Title }} + {{ else }} + {{ $text_link }} + {{ end }} + {{ else }} + {{ $text_link }}⦚topic:{{ $t_destination }} not found + {{ end }} +{{ else if findRE "^.*static" .Destination }} + {{ .Text }} +{{ else }} + {{ .Text }} +{{ end }} diff --git a/themes/piratecare/layouts/download/baseof.html b/themes/piratecare/layouts/download/baseof.html new file mode 100644 index 0000000..7c17a3e --- /dev/null +++ b/themes/piratecare/layouts/download/baseof.html @@ -0,0 +1,28 @@ + +{{- $filePath := .File -}} +{{- $gitUrl := .Site.Data.myvars.giturl -}} + + {{- partial "head.html" . -}} + {{ partialCached "css.html" . }} + + {{ with .Site.Data.myvars.edit }} +
+ edit_this + {{ $filePath.Dir }}add_new + add_new + publish + ? +
+ {{ end }} + {{- partial "header.html" . -}} +
+ +
+ {{- block "main" . }}{{- end }} +
+
+ {{- partial "footer.html" . -}} + + diff --git a/themes/piratecare/layouts/download/list.html b/themes/piratecare/layouts/download/list.html new file mode 100644 index 0000000..7c4ab30 --- /dev/null +++ b/themes/piratecare/layouts/download/list.html @@ -0,0 +1,22 @@ +{{ define "sidebar" }} + {{$currentNode := . }} +
+ download ⦚ {{ .Title }} +
+ + {{ if ne (trim .Page.TableOfContents "\n") "" }} +
+ + +
+
+ {{ .Page.TableOfContents }} +
+
+
+ {{ end }} +{{ end }} + +{{ define "main" }} +
{{ .Content }}
+{{ end }} diff --git a/themes/piratecare/layouts/download/single.html b/themes/piratecare/layouts/download/single.html new file mode 100644 index 0000000..6ebd699 --- /dev/null +++ b/themes/piratecare/layouts/download/single.html @@ -0,0 +1,6 @@ +{{ define "main" }} +
+ +
{{ .Content }}
+
+{{ end }}