_config.yml (view raw)
1title: aaoth
2
3plugins:
4 - jekyll-feed
5
6# exclude non-site files
7exclude:
8 - LICENSE
9 - README.md
10
11excerpt_separator: <!--more-->
12
13defaults:
14 - scope:
15 path: ""
16 values:
17 layout: "default"
18
19 - scope:
20 path: "_posts"
21 values:
22 layout: "post"
23
24 - scope:
25 path: "assets/img"
26 values:
27 image: true
28
29 - scope:
30 path: "art"
31 values:
32 art: true