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

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

excerpt_separator: <!--more-->

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