_config.yml 287 B

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