Skip to content

Commit

Permalink
Add created and modified dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Chouffy committed Feb 20, 2024
1 parent 81e26b6 commit fbe5e86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -24,5 +24,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material mkdocs-ezlinked-plugin
- run: pip install mkdocs-material mkdocs-ezlinked-plugin mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force
7 changes: 7 additions & 0 deletions mkdocs.yml
Expand Up @@ -109,3 +109,10 @@ plugins:
# Enable Search
# https://squidfunk.github.io/mkdocs-material/plugins/search/
- search

# Show the latest modified date
# https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#document-dates
# pip install mkdocs-git-revision-date-localized-plugin
- git-revision-date-localized:
type: timeago
enable_creation_date: true

0 comments on commit fbe5e86

Please sign in to comment.