aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 61bf6bdec879f9deb3518e50a1e1bf5f7a87f31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source: src

host: 0.0.0.0
port: 4001

exclude:
  - .idea
  - package.json

defaults:
  - scope:
      type: "icons"
    values:
      layout: icon
      in-bg: true
      tags: []
      permalink: 'icons/:slug'

collections:
  icons:
    output: true