Skip to content

Commit

Permalink
Add git-revision-date and git-authors back
Browse files Browse the repository at this point in the history
  • Loading branch information
twangodev committed Dec 11, 2023
1 parent 51d04d2 commit 62065d3
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 17 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ mkdocs-material = "*"
mkdocs-glightbox = "*"
cairosvg = "*"
mkdocs-minify-plugin = "*"
mkdocs-git-revision-date-localized-plugin = "*"
mkdocs-git-authors-plugin = "*"

[dev-packages]

Expand Down
51 changes: 50 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions docs/overrides/main.html

This file was deleted.

8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ theme:
name: material
logo: assets/logo_512.png
favicon: assets/favicon.ico
custom_dir: docs/overrides
features:
- navigation.tabs
- navigation.expand
Expand Down Expand Up @@ -180,12 +179,15 @@ plugins:
- search
- glightbox
- offline
- social:
enabled: !ENV [CI, false]
# - social:
# enabled: !ENV [CI, false]
- minify:
minify_html: true
minify_js: true
minify_css: true
- git-revision-date-localized:
enable_creation_date: true
- git-authors

markdown_extensions:
- abbr
Expand Down

0 comments on commit 62065d3

Please sign in to comment.