mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
34 lines
774 B
YAML
34 lines
774 B
YAML
title: Awesome Django
|
|
email: your-email@example.com
|
|
description: >-
|
|
A curated list of awesome things related to Django. Maintained by
|
|
William Vincent and Jeff Triplett
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
url: "https://awesome-django.org" # the base hostname & protocol for your site, e.g. http://example.com
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
plugins:
|
|
- jekyll-feed
|
|
- jekyll-optional-front-matter
|
|
include:
|
|
- README.md
|
|
exclude:
|
|
- "*.md"
|
|
- Gemfile*
|
|
- LICENSE
|
|
- Makefile
|
|
- postcss.config.js
|
|
- tailwind.config.js
|
|
- src
|
|
defaults:
|
|
- scope:
|
|
path: "" # an empty string here means all files in the project
|
|
values:
|
|
layout: "default"
|
|
- scope:
|
|
path: "README.md"
|
|
values:
|
|
permalink: "/"
|
|
layout: "default"
|