forked from wsvincent/awesome-django
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
33 lines (32 loc) · 774 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
title: Awesome Django
email: [email protected]
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"