-
Notifications
You must be signed in to change notification settings - Fork 2
Developer Instructions
In order to create a project page, please follow these steps:
First, create a file with extension .md. Use a nice name such as manoeuvres.md or news-from-home.md
Then add the following snippet at the top of the file. Please, include the ---.
---
project_name: name of the projet
project_author: authors
project_thumb: image to be used as placeholder. If none, use project_placeholder.png
project_short: short name (three of four letters)
city_short: bcn for Barcelona projects, rsl for Roeselare projects
# Dont' change this
layout: project
---
For example, for the News from Home project, the snippet could be:
---
project_name: News from Home
project_author: Anne Fehres and Luke Conroy
project_thumb: project_placeholder.png
project_short: nfh
city_short: bcn
# Dont' change this
layout: project
---
Download the images, rename them to city_short-project_short-n (for the News from Home project, that will be bcn-nfh-1, bcn-nfh-2, ...) with png or jpg extension.
Then, add the content. You don't need to add the project name nor the author, as this is automatically added by the templating system. Remember to adjust the images' URLs to point to /assets/images/image-name, as they will be stored in GitHub to avoid broken links.
Place the .md file in the folder /_projects.
Place the images in the folder /assets/images.
Commit and push to your branch.