forked from CouscousPHP/Couscous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcouscous.yml
44 lines (40 loc) · 1.03 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
template:
directory: website
exclude:
- vendor
- bin
- tests
scripts:
before:
- bin/compile
- cp bin/couscous.phar website/
- lessc --clean-css website/less/main.less website/css/all.min.css
after:
- rm website/couscous.phar
baseUrl: http://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
faq:
text: FAQ
relativeUrl: docs/faq.html
changelog:
text: Change log
relativeUrl: changelog.html
contributing:
text: Contributing
relativeUrl: contributing.html