Skip to content

Commit

Permalink
Addition of plugin for last update date time to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hecatron committed Feb 20, 2021
1 parent 344badf commit efd8bb0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- run: pip install mkdocs-material
- run: pip install git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e63851d57fc7d
- run: pip install git+https://github.com/rkoe/mkdocs-emailprotect@ef91e3dda367bd6a3f65dda183559e1b929d6240
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The plugins in use include
* [Material Theme for mkdocs](https://squidfunk.github.io/mkdocs-material/)
* [MkdocsTagPlugin - Support for Tags](https://github.com/srymh/MkdocsTagPlugin)
* [Mkdocs Emailprotect - Additional protection for email address's against bots](https://github.com/rkoe/mkdocs-emailprotect)
* [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin)

There is a full list of plugins here

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ plugins:
- mdoctag:
tagpage_dir: 'tags'
data_filename: 'tags.json'
- git-revision-date-localized

markdown_extensions:
- pymdownx.highlight:
Expand Down
4 changes: 4 additions & 0 deletions virtenv/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ git+https://github.com/srymh/MkdocsTagPlugin.git@ac1f02ba95527d11d84b5ec87f4e638

# Protection for email links
git+https://github.com/rkoe/mkdocs-emailprotect@ef91e3dda367bd6a3f65dda183559e1b929d6240

# enables displaying the date of the last git modification of a page
# https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
mkdocs-git-revision-date-localized-plugin

0 comments on commit efd8bb0

Please sign in to comment.