Skip to content

Commit

Permalink
Added plugin for displaying authors
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Mar 30, 2024
1 parent 9090b48 commit 4ea42f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
site_name: hogent-mkdocs
site_url: https://hogent.be
repo_url: https://github.com/HoGentTIN/hogent-mkdocs # Change this to your own Git repository (or leave it out).
copyright: Copyright &copy; HOGENT (<a href="https://hogent.be">https://hogent.be</a>)
# If you want MkDocs to automatically generate a table of contents, then remove the complete `nav` section.
# See https://www.mkdocs.org/user-guide/writing-your-docs/#configure-pages-and-navigation for more information.
Expand Down Expand Up @@ -49,8 +50,10 @@ markdown_extensions:
- toc:
permalink: true
plugins:
- git-authors:
show_email_address: false # Disabled to prevent spam when your non-HOGENT e-mail address is used.
- git-revision-date-localized:
fallback_to_build_date: true
enable_creation_date: true
type: datetime
- plantuml:
puml_url: https://www.plantuml.com/plantuml/
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mkdocs
mkdocs-git-authors-plugin
mkdocs-git-revision-date-localized-plugin
mkdocs-material
mkdocs_puml
Expand Down

0 comments on commit 4ea42f1

Please sign in to comment.