Kitpages's light template for http://couscous.io
Based on Template Light
template:
url: https://github.com/kitpages/kouskousHere are all the variables you can set in your couscous.yml:
# Base URL of the published website
baseUrl: http://username.github.io/project
# Title of the project
title: My project
# The left menu bar
menu:
items:
home:
text: Kouskous
menu:
kitpages:
text: by Kitpages
absoluteUrl: http://www.kitpages.fr/
menu1:
text: Menu 1
menu:
item1:
text: <i class="glyphicon glyphicon-chevron-right"></i> Item 1
absoluteUrl: http://www.kitpages.fr/
item2:
text: <i class="glyphicon glyphicon-link"></i> Item 2
absoluteUrl: http://www.kitpages.fr/
item3:
text: Item 3
absoluteUrl: http://www.kitpages.fr/- Minimal twbs3 theme.
- Syntax Highlighting with prism.
- Custom alert box with ✔, ✖ & ~
- Draw flowcharts with flowcharts.js.
- Draw sequence diagrams with js-sequence-diagrams.
- Update page title from first
h1. - Auto-active menu items.
abstract class Bidule
{
public function truc(Machin $chose)
{
array_unique($chose);
}
}✔ Success box
✖ Error box
~ Warning box
st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes
or No?:>http://www.google.com
io=>inputoutput: catch something...
st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1
Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
MIT
