blob: 51faaf8123b6c13aaff82d912aeca46434800aa7 (
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.html'
collections:
icons:
output: true
|