“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
-
Connect to VPN (username & password required)
-
Connect to server (username & password required)
ssh ${username}@${server}
# prompt for password
- Go to the directory
cd /var/www/html/what-is-a-weed
- Remove the existing files
rm -rf *
# gatsby-config.js
module.exports = {
pathPrefix: `/what-is-a-weed`,
}
- Drop the public folder, if path-prefix changed
gatsby clean
- Rebuild
gatsby build --prefix-paths
- Push files to server
scp -r ${path}/gatsby-weed/public/* ${username}@${server}:/var/www/html/what-is-a-weed