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
Add date page was last updated automatically rather than manually changing it in frontmatter.
Justification
It's very easy to overlook updating the date a page was updated every time you make a change. So having this done automatically solves that problem. Also gives you more relient information.
Desired UX and success metrics
Rather than setting the actual date in the front matter you can set it with a boolean to display the date last updated.
Must-have functionality
Automatically generate the tag at the bottom of the page with the last updated date. This can be either site wide, or on a per page basis.
Specific timeline issues / requests
No timeline
Available extra resources
Not a lot of time to look into adding this myself atm. May have some time in the future.
The text was updated successfully, but these errors were encountered:
Essentially rather than manually setting the date in frontmatter like this:
---
...
date: 3 March 2022---
It would be great to have it defined as a boolean to enable the date for that particular page, then it can use the git history to populate the date last updated.
---
...
displayDateLastModified: true---
(or some other key)
Examples
Here is an example of it in the current state:
Example of how this gets outdated easily in the theme repo as well:
Summary
Add date page was last updated automatically rather than manually changing it in frontmatter.
Justification
It's very easy to overlook updating the date a page was updated every time you make a change. So having this done automatically solves that problem. Also gives you more relient information.
Desired UX and success metrics
Rather than setting the actual date in the front matter you can set it with a boolean to display the date last updated.
Must-have functionality
Automatically generate the tag at the bottom of the page with the last updated date. This can be either site wide, or on a per page basis.
Specific timeline issues / requests
No timeline
Available extra resources
Not a lot of time to look into adding this myself atm. May have some time in the future.
The text was updated successfully, but these errors were encountered: