blob: 6ba66e32abaf7e65fbb4673dcc6d3a775627f8a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
host: 0.0.0.0
exclude:
- .idea
- package.json
defaults:
- scope:
type: "icons"
values:
layout: icon
in-bg: true
permalink: 'icons/:slug'
collections:
icons:
output: true
|