awesome-django/_config.yml

38 lines
836 B
YAML
Raw Normal View History

2020-10-02 03:39:05 +00:00
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
2020-10-03 00:15:16 +00:00
- jekyll-optional-front-matter
2020-10-02 03:39:05 +00:00
include:
- README.md
exclude:
- "*.md"
2020-10-03 00:15:16 +00:00
- Gemfile*
2021-04-09 03:20:03 +00:00
- justfile
2020-10-02 03:39:05 +00:00
- LICENSE
- Makefile
2021-04-09 03:20:03 +00:00
- modd.conf
- node_modules
2021-04-09 03:20:03 +00:00
- package*.json
2020-10-02 03:39:05 +00:00
- postcss.config.js
- src
2021-04-09 02:58:10 +00:00
- tailwind.config.js
2020-10-02 18:30:41 +00:00
defaults:
- scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
2020-10-03 00:15:16 +00:00
- scope:
2020-10-02 18:30:41 +00:00
path: "README.md"
values:
permalink: "/"
layout: "default"