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: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ archive_generator:
23
23
daily: false
24
24
order_by: -date
25
25
explicit_paging: false
26
-
overwrite_latest: false
26
+
rename_last: false
27
+
localized_last: 'last'
27
28
verbose: false
28
29
```
29
30
@@ -34,7 +35,8 @@ archive_generator:
34
35
- **daily**: Generate daily archive.
35
36
- **order_by**: Posts order. (Order by date descending by default)
36
37
- **explicit_paging**: Explicit paging. (Number the first page. e.g. `page/1/index.html`)
37
-
- **overwrite_latest**: Set the latest page. (`latest/index.html` in place of `page/N/index.html`). If there is a single page it requires explicitPaging=true`.
38
+
- **rename_last**: Set the latest page name. (`page/last/index.html` in place of `page/N/index.html`). If there is a single page it requires explicit_paging=true`.
39
+
- **localized_last**: Localize the last page name. (`page/最後/index.html` in place of `page/last/index.html`).
38
40
- **verbose**: verbose output. (Output all generated routes)
0 commit comments