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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,6 +329,19 @@ Generate a calendar view of all posts. When `true`, BlogMore generates a `calend
329
329
with_calendar: true
330
330
```
331
331
332
+
#### `forward_calendar`
333
+
334
+
Control the ordering of the calendar generated by [`with_calendar`](#with_calendar). When `false` (the default), the calendar is displayed in reverse chronological order — newest year at the top, newest month first within each year, and day numbers counting down from right to left within each row. When `true`, the calendar runs in natural chronological order — oldest year at the top, oldest month first within each year, and day numbers increasing left to right (Monday first), like a traditional wall calendar.
335
+
336
+
This is a **configuration file only** option — it cannot be set on the command line. Only meaningful when [`with_calendar`](#with_calendar) is `true`.
337
+
338
+
**Type:** Boolean
339
+
**Default:** `false`
340
+
341
+
```yaml
342
+
forward_calendar: true
343
+
```
344
+
332
345
#### `with_read_time`
333
346
334
347
Show estimated reading time on each post. When enabled, BlogMore calculates the approximate time to read each post (based on the configured words-per-minute rate) and displays it next to the post date on all post listings and individual post pages.
0 commit comments