Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 17732eb

Browse files
committed
feat: documenting creation, update date, and author
Curious how Material for MkDocs docs does it, found the Material for MkDocs docs on documenting the docs, added the plugins for the docs to doc themselves, and now the docs are doc'ing all over the docs. What's up, doc?
1 parent 7d08425 commit 17732eb

File tree

3 files changed

+90
-11
lines changed

3 files changed

+90
-11
lines changed

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ plugins:
2828
archive_date_format: MMM yyyy
2929
archive_url_date_format: yyyy/MM
3030
categories_name: Post categories
31+
- git-revision-date-localized:
32+
enable_creation_date: true
33+
- git-authors
3134

3235
extra_css:
3336
- stylesheets/tailwind.css

poetry.lock

Lines changed: 85 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ readme = "README.md"
1010
python = "^3.12"
1111
mkdocs = "^1.5.3"
1212
mkdocs-material = "^9.5.4"
13+
mkdocs-git-revision-date-localized-plugin = "^1.2.2"
14+
mkdocs-git-authors-plugin = "^0.7.2"
1315

1416

1517
[build-system]

0 commit comments

Comments
 (0)