-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgatsby-config.js
22 lines (22 loc) · 1 KB
/
gatsby-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module.exports = {
siteMetadata: {
shortTitle: 'OVERLAP',
title: 'OVERLAP SHOW 2017 | MA CompArts',
description: 'Overlap is the 2017 final degree show for the MA Computational Arts programme at Goldsmiths College, University of London. The weekend long exhibition explores the exciting new waves originating from the intersection of art and technology. It features ground-breaking installations, interactive virtual and augmented realities, and thought-provoking conceptual works by mixed disciplinary artists from fields as diverse as fine art, dance, photography, graphic design, puppetry, sound art, and architecture.',
keywords: 'Goldsmiths, MA Computational Arts, MACompArts, Overlap Show, creative computing',
noProductionJavascript: false,
},
plugins: [
'gatsby-plugin-stylus',
{
resolve: 'gatsby-source-filesystem',
options: {
name: 'pages',
path: `${__dirname}/src/pages/`,
},
},
{
resolve: 'gatsby-transformer-remark',
},
],
};