-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
76 lines (65 loc) · 1.93 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Configuration
title: Idle Institute
author: Idle Institute
description: >-
The Idle Institute (est. 2017) is a storytelling lab:
a collective of writers, filmmakers, sound-artists and engineers founded by
Sonia Bernac and Eliot Allison. Combining theories of the public sphere with
quantum physics, they investigate the potentialities of the story – seen as
virtual matter and a precise political tool. This emerges from the
presumption of an unstable narrative field, in which they examine unexpected
couplings and clashes between narrative particles. The Idle Institute’s
projects build from narrative experiments: poetic traps in urban space,
phone pranks, impersonation games and sci-fi installations. Currently
developing a theory of the narratology of the public sphere, their
research explores narrative entanglement, machine(s) of writing and
technologies of storytelling. They cheat occasionally, but only when it
makes a good story...
baseurl: ""
url: "http://show.idle.institute"
home:
text: Pick a machine...
collections:
machine:
link: /machine/
output: true
permalink: /machine/:title/
paths:
css: assets/css
img: assets/img
js: assets/js
plugins:
- octopress-autoprefixer
header_includes:
css:
- https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css
- /assets/css/main.css
- /assets/css/plyr.css
javascript:
- https://code.jquery.com/jquery-3.3.1.min.js
- https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js
- /assets/js/carousel-swipe.js
defaults:
- scope:
path: "assets/img"
values:
image: true
- scope:
path: "assets/img/machine"
values:
machine: true
- scope:
path: "assets/js"
values:
js: true
permalink: pretty
safe: false
markdown: kramdown
kramdown:
auto_id_stripping: true
auto_ids: true
sass:
sass_dir: _sass
style: compressed
exclude:
- .sass-cache/