forked from SFPC/sfpc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
37 lines (37 loc) · 888 Bytes
/
_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
short_title: SFPC
title: School for Poetic Computation
description: The School for Poetic Computation (SFPC), based in NYC, is a hybrid of school, artist residency and research group where students develop a deep curiosity of what it means to work poetically in computational media.
image: https://sfpc.io/static/img/participate/sum2016_lunch.jpg
social-network-links:
twitter: sfpc
instagram: sfpc_nyc
github: sfpc
permalink: pretty
headless: true
plugins:
- jekyll-redirect-from
collections:
people:
output: true
permalink: /people/:path/
classes:
output: true
permalink: /classes/:path/
projects:
output: true
permalink: /projects/:path/
faqs:
output: false
defaults:
-
scope:
path: ""
type: "people"
values:
layout: "person"
-
scope:
path: ""
type: "projects"
values:
layout: "project"