all repos — aaoth.xyz @ d4b99a8b2ee2dd81f507c6c6beac10b8eab93b92

aaoth.xyz website

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