_config.yml (view raw)
1title: aaoth
2
3plugins:
4 - jekyll-feed
5
6# exclude non-site files
7exclude:
8 - LICENSE
9 - README.md
10 - art/thumbs.sh
11 - aaoth_new_post.sh
12 - post-receive.example
13
14# sadly wildcards don't work
15keep_files:
16 - art/photos/thumbs
17 - art/renders/thumbs
18 - art/drawings/thumbs
19 - art/logos/thumbs
20
21excerpt_separator: <!--more-->
22
23defaults:
24 - scope:
25 path: ""
26 values:
27 layout: "default"
28
29 - scope:
30 path: "_posts"
31 values:
32 layout: "post"
33
34 - scope:
35 path: "assets/img"
36 values:
37 image: true
38
39 - scope:
40 path: "art"
41 values:
42 art: true
43
44 - scope:
45 path: "art/*/thumbs"
46 values:
47 thumbnail: true
48