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/guide/yaml-config.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ Notice how this page's sidebar colorscheme has [changed to green]{.greenery}? Vi
21
21
22
22
-`page.image`: The image to use for the page. This is used for the [[ogp]] meta tag `og:image` meta tag. If not specified, the first image in the page is used. Relative URLs are automatically rewritten to absolute URLs if `page.siteUrl` is non-empty.
23
23
24
+
-`date`: The note timestamp. This is used to order note chronologically, such as for the timeline [[query|query]].
25
+
The value can be set from the filename if it begins with `YYYY-MM-DD`, which is useful for including the date in the note URL.
26
+
In case of conflict, the date from the YAML configuration takes priority.
0 commit comments