all repos — aaoth.xyz @ cfee4a83470e0b5e23f57a9bb6def0eee2dbdbc1

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"