Skip to content

Commit 598f71b

Browse files
committed
Update mkdocs-material and add create and updated dates to every page.
1 parent 2ff3455 commit 598f71b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChunkyDocs/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ plugins:
9292
hooks:
9393
on_post_page: scripts.hooks:on_post_page
9494
on_nav: scripts.hooks:on_nav
95+
- git-revision-date-localized:
96+
enable_creation_date: true
97+
type: timeago
9598

9699
extra_css:
97100
- extra/extra.css

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Markdown==3.3.7
99
MarkupSafe==2.1.3
1010
mkdocs==1.5.3
1111
mkdocs-macros-plugin==1.0.4
12-
mkdocs-material==9.4.7
12+
mkdocs-material==9.5.13
1313
nltk==3.6.2
1414
PyYAML==5.3.1
1515
regex==2022.4.24
@@ -18,3 +18,4 @@ tornado==6.1
1818
tqdm==4.60.0
1919
mkdocs-redirects==1.2.1
2020
mkdocs-simple-hooks==0.1.5
21+
mkdocs-git-revision-date-localized-plugin==1.2.4

0 commit comments

Comments
 (0)