aboutsummaryrefslogtreecommitdiffstats
path: root/_config.yml
blob: 1f827a64b5aa4c58099d038035cfb3ce3ae53d67 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
title: aaoth

plugins:
  - jekyll-feed

# exclude non-site files
exclude:
  - LICENSE
  - README.md
  - art/thumbs.sh

excerpt_separator: <!--more-->

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

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

  - scope:
      path: "assets/img"
    values:
      image: true

  - scope:
      path: "art"
    values:
      art: true

  - scope:
      path: "art/*/thumbs"
    values:
      thumbnail: true