forked from PirateCare/Syllabus
check fb and twitter card.. !publish!
This commit is contained in:
parent
c7109f7d27
commit
f46c86baac
|
@ -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]
|
||||
|
|
|
@ -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).
|
||||
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).
|
||||
|
|
|
@ -1,22 +1,3 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<meta property="og:title" content="Pirate Care Syllabus">
|
||||
<meta property="og:description" content="Pirate Care is a research process - primarily based in the transnational European space - that maps the increasingly present forms of activism at the intersection of “care” and “piracy”, which in new and interesting ways are trying to intervene in one of the most important challenges of our time, that is, the ‘crisis of care’ in all its multiple and interconnected dimensions.">
|
||||
<meta property="og:image" content="https://syllabus.pirate.care/images/piratecaqre.png">
|
||||
<meta property="og:url" content="https://syllabus.pirate.care/">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<!-- Non-Essential, But Recommended -->
|
||||
|
||||
<meta property="og:site_name" content="Pirate Care Syllabus">
|
||||
<meta name="twitter:image:alt" content="Pirate Care">
|
||||
|
||||
|
||||
<!-- Non-Essential, But Required for Analytics -->
|
||||
|
||||
<meta name="twitter:site" content="@piratecare">
|
||||
|
||||
<title>{{ block "title" . }}
|
||||
{{- .Title }} - {{ .Site.Title -}}
|
||||
{{ end }}</title>
|
||||
|
@ -29,4 +10,6 @@
|
|||
{{ if .Params.Author }}
|
||||
<meta name="author" content="{{ .Params.Author}}" />
|
||||
{{ end }}
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
{{ hugo.Generator }}
|
||||
|
|
Reference in New Issue