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

host: 0.0.0.0
port: 4001

plugins:
  - jekyll-include-cache

exclude:
  - .idea
  - package.json

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

collections:
  icons:
    output: true