_config.yml 539 B

123456789101112131415161718192021222324
  1. title: Awesome Django
  2. email: your-email@example.com
  3. description: >-
  4. A curated list of awesome things related to Django. Maintained by
  5. William Vincent and Jeff Triplett
  6. baseurl: "" # the subpath of your site, e.g. /blog
  7. url: "https://awesome-django.org" # the base hostname & protocol for your site, e.g. http://example.com
  8. # Build settings
  9. markdown: kramdown
  10. plugins:
  11. - jekyll-feed
  12. include:
  13. - README.md
  14. exclude:
  15. - "*.md"
  16. - Gemfile
  17. - Gemfile.lock
  18. - LICENSE
  19. - Makefile
  20. - postcss.config.js
  21. - tailwind.config.js
  22. - src