aboutsummaryrefslogtreecommitdiffstats
path: root/_config.yml
blob: 5f59e82f8ecdc090c12f18b106c9f58a9606f32d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
title: aaoth

plugins:
  - jekyll-feed

# exclude non-site files
exclude:
  - LICENSE
  - README.md

excerpt_separator: <!--more-->

defaults:
  -
    scope:
      path: ""
    values:
      layout: "default"
  -
    scope:
      path: "_posts"
    values:
      layout: "post"