mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-01-18 07:17:02 +00:00
⚙️ Adds projects collection
This commit is contained in:
parent
754a4c6f67
commit
dd4f5f1cf9
|
@ -14,6 +14,7 @@ plugins:
|
|||
- jekyll-optional-front-matter
|
||||
- jekyll-seo-tag
|
||||
include:
|
||||
- "_projects"
|
||||
- README.md
|
||||
exclude:
|
||||
- "*.md"
|
||||
|
@ -42,6 +43,11 @@ defaults:
|
|||
permalink: "/"
|
||||
layout: "default"
|
||||
|
||||
collections: # process the _data folder
|
||||
projects:
|
||||
output: false
|
||||
permalink: /:collection/:name/
|
||||
|
||||
aux_links:
|
||||
"Awesome Django on GitHub":
|
||||
- "//github.com/wsvincent/awesome-django"
|
||||
|
|
Loading…
Reference in New Issue
Block a user