aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 685c2fb7a37e2a8d04dcaf2aae985a13dde5a826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
plugins:
  - jekyll-last-modified-at


host: 0.0.0.0

exclude:
  - .idea
  - package.json

defaults:
  - scope:
      type: "icons"
    values:
      layout: icon
      permalink: 'icons/tabler-:slug'

collections:
  icons:
    output: true