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

Commit b1b4340

Browse files
author
Galen Rice
authored
Merge pull request #416 from GriceTurrble/feat/document-times-and-author
feat: documenting creation, update date, and author
2 parents 7d08425 + 17732eb commit b1b4340

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)