⚙️ Adds projects collection

This commit is contained in:
Jeff Triplett 2025-01-04 11:25:56 -06:00
parent 754a4c6f67
commit dd4f5f1cf9
No known key found for this signature in database

View File

@ -14,6 +14,7 @@ plugins:
- jekyll-optional-front-matter - jekyll-optional-front-matter
- jekyll-seo-tag - jekyll-seo-tag
include: include:
- "_projects"
- README.md - README.md
exclude: exclude:
- "*.md" - "*.md"
@ -42,6 +43,11 @@ defaults:
permalink: "/" permalink: "/"
layout: "default" layout: "default"
collections: # process the _data folder
projects:
output: false
permalink: /:collection/:name/
aux_links: aux_links:
"Awesome Django on GitHub": "Awesome Django on GitHub":
- "//github.com/wsvincent/awesome-django" - "//github.com/wsvincent/awesome-django"