We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
defaults
1 parent ba957ec commit 2e80c48Copy full SHA for 2e80c48
_config.yml
@@ -38,6 +38,30 @@ collections:
38
output: true
39
permalink: /:path/
40
41
+defaults:
42
+ # Theme defaults.
43
+ # MUST be duplicated from theme's _config.yml
44
+ # (does not get inherited, unlike the collections hash)
45
+ - scope:
46
+ path: ""
47
+ values:
48
+ layout: default
49
50
+ path: _posts
51
+ type: posts
52
53
+ layout: post
54
55
+ path: _software
56
+ type: software
57
58
+ layout: product
59
60
+ path: _specs
61
+ type: specs
62
63
+ layout: spec
64
+
65
# These are required for the theme to work:
66
67
theme: jekyll-theme-open-project
0 commit comments