|
@@ -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"
|