_config.yml 194 B

123456789101112131415161718
  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. - index.html
  10. - tags.json
  11. - tags.html
  12. collections:
  13. icons:
  14. output: false