-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
96 lines (88 loc) · 3.09 KB
/
couscous.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# List of directories to exclude from the processing
exclude:
- vendor
- website
- src
- tests
- .*
- %gitignore% # This special entry will ask Couscous to read the exluded directories from your ".gitignore" file
# Base URL of the published website (no "/" at the end!)
baseUrl: https://pascalkleindienst.github.io/consola.css
# menu-items
menu:
items:
grid:
section: Grid
items:
grid-system:
text: Responsive Grid System
url: docs/grid-system.html
typography:
section: Typography
items:
typography-headings:
text: Headings
url: docs/typography.html
typography-inline-text-elements:
text: Inline Text Elements
url: docs/typography.html#inline-text-elements
typography-alignment-classes:
text: Alignment Classes
url: docs/typography.html#alignment-classes
typography-transformation-classes:
text: Transformation Classes
url: docs/typography.html#transformation-classes
typography-lists:
text: Lists
url: docs/typography.html#lists
code:
section: Code
items:
code-inline:
text: Inline
url: docs/code.html
code-basic-block:
text: Basic block
url: docs/code.html#basic-block
tables:
section: Tables
items:
table-basic:
text: Basic Example
url: docs/tables.html
table-bordered:
text: Bordered Table
url: docs/tables.html#bordered-table
table-grid:
text: Grid Table
url: docs/tables.html#grid-table
forms:
section: Forms
items:
forms-basic:
text: Basic Example
url: docs/forms.html
forms-horizontal:
text: Horizontal Form
url: docs/forms.html#horizontal-form
forms-controls:
text: Supported Controls
url: docs/forms.html#supported-controls
buttons:
section: Buttons
items:
buttons-tags:
text: Button Tags
url: docs/buttons.html
buttons-options:
text: Options
url: docs/buttons.html#options
helpers:
section: Helper Classes
items:
helpers-colors:
text: Contextual Colors
url: docs/helpers.html
helpers-backgrounds:
text: Contextual Backgrounds
url: docs/helpers.html#contextual-backgrounds