Skip to content

What is a weed? - A collaborative online project co-created by Eve Tagny and Io Makandal debuted at Concordia University's Leonard & Bina Ellen Art Gallery on February 1st 2021

Notifications You must be signed in to change notification settings

carms-ng/gatsby-weed

Repository files navigation

What is a weed?🌱

“For the next online edition of SIGHTINGS, artists Eve Tagny (Tiohtià:ke/Montreal) and Io Makandal (Johannesburg) focus attention on weeds, considering their entanglements and breakages into human-controlled spaces. A cross-continental, collaborative project, What is a weed? attempts to map out a plant-centric “third landscape,” where weeds guide and deepen reflections into such themes as desirability, patterns of migration, botanical colonialism, ruptures between body and nature, as well as the tensions between organic and synthetic environments.” – What is a Weed?

Live Site on Concordia's server

gh-pages

Netlify

Framework

Instruction to deploy to Concordia's Server

  1. Connect to VPN (username & password required)

  2. Connect to server (username & password required)

ssh ${username}@${server}
# prompt for password
  1. Go to the directory
cd /var/www/html/what-is-a-weed
  1. Remove the existing files
rm -rf *
  1. Set path-prefix
# gatsby-config.js
module.exports = {
  pathPrefix: `/what-is-a-weed`,
}
  1. Drop the public folder, if path-prefix changed
gatsby clean
  1. Rebuild
gatsby build --prefix-paths
  1. Push files to server
scp -r ${path}/gatsby-weed/public/* ${username}@${server}:/var/www/html/what-is-a-weed

About

What is a weed? - A collaborative online project co-created by Eve Tagny and Io Makandal debuted at Concordia University's Leonard & Bina Ellen Art Gallery on February 1st 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published