CodeForAfrica / africanCOMMONS

africanCOMMONS is a platform to showcase re-useable tools built across Africa and the people & organisations building them. Accessible at https://commons.africa/
https://commons.africa/
MIT License
11 stars 9 forks source link

Create individual project pages #7

Closed DavidLemayian closed 6 years ago

DavidLemayian commented 6 years ago

For each project, we should have a project page for it.

This project page will use a default layout (_layouts/project.html) and should be automagically be generated into a projects folder with each pull of the projects sheet from Google Docs.

The file names and permalink for each project should be a slug version of its title. e.g "sourceAFRICA" would become /src/projects/sourceafrica.html and "Hello World" would be /src/projects/hello-world.html.

IDEA: create a python or bash file to do this. This file would live in a /bin folder.

DavidLemayian commented 6 years ago

Used JS for this.