From 779d6959ae6c314cb51a114a5b35fc84f452304b Mon Sep 17 00:00:00 2001 From: Sammy Delanghe Date: Wed, 18 Nov 2020 21:45:49 +0100 Subject: [PATCH] update readme for mediafile upload --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 00797fc..371916a 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ bundle exec nanoc deploy --target public --env=prod If you want to deploy this on your own system for whatever reason, just serve the files using a webserver like nginx or Apache. +## Uploading media files + +Before using mediafiles on the site, upload them via https://zeus.ugent.be/zeuswpi/. You'll receive the server-filename which is available at the aforementioned url. + ## Submitting a Pull Request Once you've submitted a PR, it will automatically be deployed to (PR#).pr.zeus.gent, for easier reviewing.