blob: 69ce589b9ce3ca4a2bca67deed247fe316dac312 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
plugins:
- jekyll-last-modified-at
exclude:
- .idea/*
- package.json
defaults:
- scope:
type: "icons"
values:
layout: icon
collections:
icons:
output: true
|