You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,10 @@ jekyll-archives:
28
28
---
29
29
30
30
#### Enabled archives
31
-
| Key | Value type | Values |
32
-
|---|---|---|---|
31
+
| Key | Value type | Values |
32
+
|-----------|-----------------|--------|
33
33
| `enabled` | String or Array | `'all'` or an array of any combination of `year`, `month`, `day`, `categories`, `tags` |
34
+
34
35
##### Description
35
36
This option sets which types of archives will be created. Must be set to an array of enabled archive types, or the string 'all' (to enable all archives).
36
37
##### Sample values
@@ -47,9 +48,10 @@ enabled:
47
48
---
48
49
49
50
#### Default layout
50
-
| Key | Value type | Values |
51
-
|---|---|---|---|
52
-
| `layout` | String | The layout name of the default archive layout |
51
+
| Key | Value type | Values |
52
+
|----------|------------|--------|
53
+
| `layout` | String | The layout name of the default archive layout |
54
+
53
55
##### Description
54
56
Sets the default layout to use if no type-specific layout (see [Type-specific layouts](#type-specific-layouts) below) for an archive is specified.
| `layouts` | Map, String → String | A map of layout type (`year`, `month`, `day`, `category`, `tag`) to its archive name. |
69
+
67
70
##### Description
68
71
Maps archive types to the layout they will be rendered in. Not all types need to be specified; those without a specific layout will fall back to the default layout.
| `permalinks` | Map, String → String | A map of layout type (`year`, `month`, `day`, `category`, `tag`) to its permalink format. |
87
+
84
88
##### Description
85
89
Maps archive types to the permalink format used for archive pages. The permalink style is the same as regular Jekyll posts and pages, but with different variables.
0 commit comments