Couscous template
Based off https://github.com/CouscousPHP/Template-Light.
Configuration
Here are all the variables you can set in your couscous.yml
:
# Base URL of the published website
baseUrl: http://username.github.io/project
# Used to link to the GitHub project
github:
user: myself
repo: my-project
title: My project
# The left menu bar
menu:
items:
home:
text: Home page
# You can use relative urls
relativeUrl: doc/faq.html
# You can add subitems
items:
text: Subitem
relativeUrl: sub/item.html
foo:
text: Another link
# Or absolute urls
absoluteUrl: https://example.com
Note that the menu items can also contain HTML:
home:
text: "<i class=\"fa fa-github\"></i> Home page"
relativeUrl: doc/faq.html