forked from datastax/ruby-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nanoc.yaml
43 lines (43 loc) · 765 Bytes
/
nanoc.yaml
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
text_extensions:
- css
- html
- js
- md
- scss
- feature
lib_dirs:
- nanoc/lib
output_dir: docs
data_sources:
-
type: filesystem_unified
layouts_dir: nanoc/layouts
items_root: /css
content_dir: nanoc/assets/css
allow_periods_in_identifiers: false
-
type: filesystem_unified
items_root: /js
content_dir: nanoc/assets/js
allow_periods_in_identifiers: false
-
type: static
items_root: /fonts
prefix: nanoc/assets/fonts
-
type: static
items_root: /flash
prefix: nanoc/assets/flash
-
type: static
prefix: nanoc/assets/favicons
-
type: features
-
type: api
template_paths: nanoc/templates
-
type: index_page
prune:
auto_prune: true,
exclude: [ '.git' ]