Merge branch 'master' of ssh://vvvvvvaria.org:12345/varia/varia.website

This commit is contained in:
mb@mb 2018-02-27 08:28:16 +01:00
commit 30da7b7337
34 changed files with 54 additions and 17 deletions

BIN
content/images/pluz.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

32
content/it-is-as-if_en.md Normal file
View File

@ -0,0 +1,32 @@
Title: It Is As If We Were Doing Work
Date: 2018-03-10
Category: event
Slug: itisasif
lang: en
event_start: 2018-03-10 18:45
event_duration: 4h
featured_image: /images/pluz.jpg
## It Is As If We Were Doing Work
A few months have passed since the 11th issue of the Pervasive Labour Union zine was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate to the perception of precarity. To expand on the reflections that emerged from this informal publication, Varia is hosting some of its contributors. After an introduction of the Pervasive Labour Union zine project, there will be a conversation between Alina Lupu, Gui Machiavelli and Lídia Pereira moderated by Silvio Lorusso. The guests will discuss their contribution to the zine, as well as the relationship between their practice, emerging work standards, and the current state of education. Furthermore, there will be an open gaming session of two (or maybe more!) videogames which were reviewed in the zine, such as "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng.
Food, drinks and entrance are available on donation.
Program:<br/>
18:45 Open Doors and Welcome
19:00 Introduction of the [Pervasive Labour union zine](<http://ilu.servus.at/>) by Lídia Pereira (PT/NL) and conversation with Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), moderated by Silvio Lorusso (IT/NL)
20:00 - 22:00 Open gaming session with "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng
<http://varia.zone/>
<!-- link to event on fb >:( -->
---
**Alina Lupu** (<http://www.theofficeofalinalupu.com/>) is a conceptual artist and a food delivery bike courier, at times a project manager, a copywriter, a photographer, an all-around side-jobber. Recently she became an elections candidate for the position of municipal advisor for the city of Amsterdam.
**Gui Machiavelli** (<https://guimachiavelli.com/>) is an Italo-brazilian designer and programmer. He graduated at the Sandberg Istitute in June 2017.
**Lídia Pereira** (<http://immateriallaborunion.net/>) is an indepent designer, artist and researcher based in Rotterdam, NL. Current interests revolve around the political organisation of labour in corporate social networking platforms and working class identity within networked economies, presenting a focus on the power structures governing online and offline behaviour.
**Silvio Lorusso** (<http://networkcultures.org/entreprecariat/>) is a designer without qualities, an artist without a gallery and a writer without spell checker.

View File

@ -40,18 +40,18 @@ EXTRA_PATH_METADATA = {
'extra/htaccess': {'path': '.htaccess'}
}
THEME = 'themes/cetcat'
THEME = 'themes/varia'
THEME_STATIC_DIR = 'theme/'
I18N_SUBSITES = {
'en': {
'SITESUBTITLE':u'Centre for Everyday Technology',
'SITEURL':'varia.zone/en/',
'SITEURL':'varia.zone/en/',
'locale':'en_US.UTF-8'
},
'nl': {
'SITESUBTITLE':u'Centrum voor Alledaagse Technologie',
'SITEURL':'varia.zone/',
'SITEURL':'varia.zone/',
'locale':'nl.UTF-8'
}
}

View File

@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
RELATIVE_URLS = True
RELATIVE_URLS = False
DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing

View File

@ -1,18 +1,16 @@
<!DOCTYPE html>
<html lang="{{ DEFAULT_LANG }}">
<head>
{% block head %}
<title>{% block title %}{{ SITENAME }} {{SITESUBTITLE}}{% endblock title %}</title>
<meta charset="utf-8" />
{% block head %}
<title>{% block title %}{{ SITENAME }} {{SITESUBTITLE}}{% endblock title %}</title>
<meta charset="utf-8" />
<link rel="icon" href="{{ SITEURL}}/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="{{ SITEURL }}/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="{{ SITEURL }}/favicon.ico" type="image/x-icon">
{% from 'syndication.html' import syndication with context %}
{{ syndication(article) }}
<link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}css/pygment.css" />
<link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}css/{{ CSS_FILE }}" />
{% endblock head %}
<link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}css/pygment.css" />
<link rel="stylesheet" type="text/css" href="/{{ THEME_STATIC_DIR }}css/{{ CSS_FILE }}" />
{% endblock head %}
</head>
<body id="index" class="home">

View File

@ -5,7 +5,7 @@
{# Thumbnail image to show when homepage is shared on social media. It also
serves as the default image for posts whose featured_image is not set. #}
{% if not FEATURED_IMAGE %}
{% set FEATURED_IMAGE = '' %}
{% set FEATURED_IMAGE = 'https://varia.zone/images/de_varia.png' %}
{% else %}
{% set FEATURED_IMAGE = FEATURED_IMAGE %}
{% endif %}
@ -28,9 +28,16 @@ serves as the default image for posts whose featured_image is not set. #}
<meta name="twitter:title" content="{{ article.title|striptags|e }} {%if article.subtitle %} - {{ article.subtitle|striptags|e }} {% endif %}">
<meta name="twitter:description" content="{{article.description|striptags|e}}">
{% if article.featured_image %}
<meta property="og:image" content="{{SITEURL}}{{article.featured_image}}" />
<meta property="og:image:secure_url" content="{{SITEURL}}{{article.featured_image}}" />
<meta name="twitter:image" content="{{SITEURL}}{{article.featured_image}}" >
{% if I18N_SUBSITES %}
{% for lang, url in I18N_SUBSITES.items() %}
{% if lang == 'en' %}
<!-- this is a dirty hack, FIXME -->
<meta property="og:image" content="http://varia.zone{{article.featured_image}}" />
<meta property="og:image:secure_url" content="https://varia.zone{{article.featured_image}}" />
<meta name="twitter:image" content="https://varia.zone{{article.featured_image}}" >
{% endif %}
{% endfor %}
{% endif %}
{% else %}
{% if FEATURED_IMAGE %}
<meta property="og:image" content="{{FEATURED_IMAGE}}" />