_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
12excerpt_separator: <!--more-->
13
14defaults:
15 - scope:
16 path: ""
17 values:
18 layout: "default"
19
20 - scope:
21 path: "_posts"
22 values:
23 layout: "post"
24
25 - scope:
26 path: "assets/img"
27 values:
28 image: true
29
30 - scope:
31 path: "art"
32 values:
33 art: true
34
35 - scope:
36 path: "art/*/thumbs"
37 values:
38 thumbnail: true
39