Skip to content

Commit efd8bb0

Browse files
committed
Addition of plugin for last update date time to pages
1 parent 344badf commit efd8bb0

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
- run: pip install mkdocs-material
1616
- run: pip install git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e63851d57fc7d
1717
- run: pip install git+https://github.com/rkoe/mkdocs-emailprotect@ef91e3dda367bd6a3f65dda183559e1b929d6240
18+
- run: pip install mkdocs-git-revision-date-localized-plugin
1819
- run: mkdocs gh-deploy --force

Development.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The plugins in use include
2020
* [Material Theme for mkdocs](https://squidfunk.github.io/mkdocs-material/)
2121
* [MkdocsTagPlugin - Support for Tags](https://github.com/srymh/MkdocsTagPlugin)
2222
* [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)
2324

2425
There is a full list of plugins here
2526

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ plugins:
1414
- mdoctag:
1515
tagpage_dir: 'tags'
1616
data_filename: 'tags.json'
17+
- git-revision-date-localized
1718

1819
markdown_extensions:
1920
- pymdownx.highlight:

virtenv/dev_requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e638
77

88
# Protection for email links
99
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

0 commit comments

Comments
 (0)