all repos — aaoth.xyz @ df5b75a6f759222b487691422b2b76fdfd85bb21

aaoth.xyz website

_config.yml (view raw)

 1title: aaoth
 2
 3# exclude non-site files
 4exclude:
 5  - LICENSE
 6  - README.md
 7
 8excerpt_separator: <!--more-->
 9
10defaults:
11  -
12    scope:
13      path: ""
14    values:
15      layout: "default"
16  -
17    scope:
18      path: "_posts"
19    values:
20      layout: "post"