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

exclude:
  - .idea
  - package.json

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

collections:
  icons:
    output: true