blob: a9692bb0608f22b9db962084087a12e7a62ac206 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
title: aaoth
# exclude non-site files
exclude:
- LICENSE
- README.md
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: "_posts"
values:
layout: "post"
|