This Couscous template is meant as a very simple example for you to clone and create your own.
To use the template, set it up in your couscous.yml configuration file:
template:
url: https://github.com/CouscousPHP/Template-BasicBut since it's the default template for Couscous, you actually don't need to do anything.
Here are all the variables you can set in your couscous.yml:
# Base URL of the published website
baseUrl: http://username.github.io/project
# Website title
title: My projectYou can preview this template by checking out the repository and running couscous preview.
