| 1234567891011121314151617181920212223242526272829303132333435363738 | title: Awesome Djangoemail: your-email@example.comdescription: >-  A curated list of awesome things related to Django. Maintained by  William Vincent and Jeff Triplettbaseurl: "" # the subpath of your site, e.g. /blogurl: "https://awesome-django.org" # the base hostname & protocol for your site, e.g. http://example.com# Build settingsmarkdown: kramdownplugins:  - jekyll-feed  - jekyll-optional-front-matterinclude:  - README.mdexclude:  - "*.md"  - Gemfile*  - justfile  - LICENSE  - Makefile  - modd.conf  - node_modules  - package*.json  - postcss.config.js  - src  - tailwind.config.jsdefaults:  - scope:      path: "" # an empty string here means all files in the project    values:      layout: "default"  - scope:      path: "README.md"    values:      permalink: "/"      layout: "default"
 |