File tree 4 files changed +7
-0
lines changed
4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 15
15
- run : pip install mkdocs-material
16
16
- run : pip install git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e63851d57fc7d
17
17
- run : pip install git+https://github.com/rkoe/mkdocs-emailprotect@ef91e3dda367bd6a3f65dda183559e1b929d6240
18
+ - run : pip install mkdocs-git-revision-date-localized-plugin
18
19
- run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ The plugins in use include
20
20
* [ Material Theme for mkdocs] ( https://squidfunk.github.io/mkdocs-material/ )
21
21
* [ MkdocsTagPlugin - Support for Tags] ( https://github.com/srymh/MkdocsTagPlugin )
22
22
* [ Mkdocs Emailprotect - Additional protection for email address's against bots] ( https://github.com/rkoe/mkdocs-emailprotect )
23
+ * [ mkdocs-git-revision-date-localized-plugin] ( https://github.com/timvink/mkdocs-git-revision-date-localized-plugin )
23
24
24
25
There is a full list of plugins here
25
26
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ plugins:
14
14
- mdoctag :
15
15
tagpage_dir : ' tags'
16
16
data_filename : ' tags.json'
17
+ - git-revision-date-localized
17
18
18
19
markdown_extensions :
19
20
- pymdownx.highlight :
Original file line number Diff line number Diff line change @@ -7,3 +7,7 @@ git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e638
7
7
8
8
# Protection for email links
9
9
git+https://github.com/rkoe/mkdocs-emailprotect@ef91e3dda367bd6a3f65dda183559e1b929d6240
10
+
11
+ # enables displaying the date of the last git modification of a page
12
+ # https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
13
+ mkdocs-git-revision-date-localized-plugin
You can’t perform that action at this time.
0 commit comments