_config.yml 252 B

123456789101112131415161718192021
  1. source: src
  2. host: 0.0.0.0
  3. port: 4001
  4. exclude:
  5. - .idea
  6. - package.json
  7. defaults:
  8. - scope:
  9. type: "icons"
  10. values:
  11. layout: icon
  12. in-bg: true
  13. tags: []
  14. permalink: 'icons/:slug'
  15. collections:
  16. icons:
  17. output: true