africanCOMMONS is a platform to showcase re-useable tools built across Africa and the people & organisations building them. Accessible at https://commons.africa/
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.
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 aprojects
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.