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 -
15 scope:
16 path: ""
17 values:
18 layout: "default"
19 -
20 scope:
21 path: "_posts"
22 values:
23 layout: "post"