layout: home
Couscous generates a GitHub pages website from your markdown documentation.

Everything is documented on couscous.io.
What follows is the documentation for contributors.
How Couscous works?
Couscous was designed to be as simple as possible. By embracing simplicity, it becomes extremely simple to extend.
Website generation
The website generation is composed of a list of steps to process the Project model object:
interface Step
{
/**
* Process the given project.
*
* @param Project $project
*/