mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-12-12 15:38:11 +00:00
✨ A working GH Page
This commit is contained in:
23
_config.yml
Normal file
23
_config.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
include:
|
||||
- README.md
|
||||
exclude:
|
||||
- "*.md"
|
||||
- Gemfile
|
||||
- Gemfile.lock
|
||||
- LICENSE
|
||||
- Makefile
|
||||
- postcss.config.js
|
||||
- tailwind.config.js
|
||||
- src
|
||||
Reference in New Issue
Block a user