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
Instead of having to rely only on frontmatter metadata on a page by page basis, allow to specify default metadatas in the config directly. If defined on a page, each frontmatter directives overwrite the default configured one.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Instead of having to rely only on frontmatter metadata on a page by page basis, allow to specify default metadatas in the config directly. If defined on a page, each frontmatter directives overwrite the default configured one.
Example
Same as applying on each markdown pages:
Then, a page with this frontmatter:
is the equivalent of:
(overwrite only the
showOutline
directive)Beta Was this translation helpful? Give feedback.
All reactions