diff --git a/config/_default/config.toml b/config/_default/config.toml index 00add18..a3e4e96 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -3,6 +3,12 @@ languageCode = "en-us" title = "Pirate Care" theme = "piratecare" relativeurls = true +disableKinds = ["RSS", "sitemap", "taxonomy"] + +[params] + description = "Network of activists, researchers and practitioners against the criminalisation of solidarity & for a common care infrastructure." + images = ["/images/piratecaqre.png"] + title = "Pirate Care Syllabus" [outputFormats] [outputFormats.js] diff --git a/content/topic/politicisingpiracy.md b/content/topic/politicisingpiracy.md index d030b94..da72e8c 100644 --- a/content/topic/politicisingpiracy.md +++ b/content/topic/politicisingpiracy.md @@ -1,11 +1,13 @@ --- title: Politicising Piracy +description: "Politicising Piracy topic has a double goal: to understand cultural piracy as a form of politics." +images: ["/images/cat.jpg"] has_sessions: photocopying, downloadupload, blackboxing --- # Politicising piracy - making an unconditional demand -Politicising Piracy topic has a doulbe goal: to understand cultural piracy as a form of politics and to look at various practices of piracy from their specific socio-economic context of emergence, their technological underpinnings and their specific forms of political intervention. +Politicising Piracy topic has a double goal: to understand cultural piracy as a form of politics and to look at various practices of piracy from their specific socio-economic context of emergence, their technological underpinnings and their specific forms of political intervention. ## Piracy in technological context @@ -70,4 +72,4 @@ This topic includes the following sessions: - ![](bib:b9fdcf3f-eecd-4fc7-89ed-b751fd86f1ab) - ![](bib:5835dde3-decd-429f-92cc-28cd4d54bcb0) -To see a comprehensive list of resources on Politicising piracy go to the [collection](http://syllabus.pirate.care/_preview/library/BROWSE_LIBRARY.html#/search/tags/politicisingpiracy). \ No newline at end of file +To see a comprehensive list of resources on Politicising piracy go to the [collection](http://syllabus.pirate.care/_preview/library/BROWSE_LIBRARY.html#/search/tags/politicisingpiracy). diff --git a/themes/piratecare/layouts/partials/head.html b/themes/piratecare/layouts/partials/head.html index 4986f10..71e0bf3 100644 --- a/themes/piratecare/layouts/partials/head.html +++ b/themes/piratecare/layouts/partials/head.html @@ -1,22 +1,3 @@ - - - - - - - - - - - - - - - - - - - {{ block "title" . }} {{- .Title }} - {{ .Site.Title -}} {{ end }} @@ -29,4 +10,6 @@ {{ if .Params.Author }} {{ end }} +{{ template "_internal/opengraph.html" . }} +{{ template "_internal/twitter_cards.html" . }} {{ hugo.Generator }}