forked from CouscousPHP/Couscous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
41 lines (37 loc) · 975 Bytes
/
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
template:
directory: website
exclude:
- vendor
- bin
- tests
scripts:
before:
- lessc --clean-css website/less/main.less website/css/all.min.css
baseUrl: http://couscous.io
cname: couscous.io
menu:
items:
getting-started:
text: Get started
relativeUrl: docs/getting-started.html
documentation:
text: Index
relativeUrl: docs/
configuration:
text: Configuration
relativeUrl: docs/configuration.html
templates:
text: Templates
relativeUrl: docs/templates.html
metadata:
text: Metadata
relativeUrl: docs/metadata.html
travis:
text: Travis integration
relativeUrl: docs/travis.html
faq:
text: FAQ
relativeUrl: docs/faq.html
contributing:
text: Contributing
relativeUrl: contributing.html