19 lines
248 B
YAML
19 lines
248 B
YAML
collections:
|
|
sites:
|
|
output: false
|
|
pages:
|
|
output: true
|
|
permalink: /:name/
|
|
exclude:
|
|
- README.md
|
|
- LICENSE
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- node_modules/
|
|
- vendor/
|
|
- bin/
|
|
- shell.nix
|
|
- default.nix
|
|
- gemset.nix
|
|
- result
|