Added plugin mkdocs-git-committers-plugin-2
This commit is contained in:
parent
bf79b6a920
commit
610fc74b35
2 changed files with 5 additions and 1 deletions
|
@ -35,7 +35,10 @@ plugins:
|
||||||
archive: false
|
archive: false
|
||||||
# - social
|
# - social
|
||||||
- git-revision-date-localized:
|
- git-revision-date-localized:
|
||||||
enable_creation_date: true
|
enable_creation_date: true
|
||||||
|
- git-committers:
|
||||||
|
repository: stiebke/stiebke.github.io
|
||||||
|
branch: main
|
||||||
- exporter:
|
- exporter:
|
||||||
formats:
|
formats:
|
||||||
pdf:
|
pdf:
|
||||||
|
|
|
@ -8,6 +8,7 @@ pygments~=2.16
|
||||||
pymdown-extensions~=10.2
|
pymdown-extensions~=10.2
|
||||||
mkdocs-exporter~=6.2.0
|
mkdocs-exporter~=6.2.0
|
||||||
mkdocs-git-revision-date-localized-plugin~=1.3.0
|
mkdocs-git-revision-date-localized-plugin~=1.3.0
|
||||||
|
mkdocs-git-committers-plugin-2~=2.4.1
|
||||||
|
|
||||||
# Requirements for plugins
|
# Requirements for plugins
|
||||||
babel~=2.10
|
babel~=2.10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue