Skip to content

Commit

Permalink
chore: add more plugins and modify author value to email
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Feb 17, 2024
1 parent c7887e5 commit 50c3ca0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 13 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,30 @@ plugins:
# archive_pagination: true
pagination: true
- rss:
enabled: !ENV [CI, false]
enabled: true
match_path: posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
- git-revision-date-localized:
enable_creation_date: true
enabled: !ENV [CI, false]
type: date
fallback_to_build_date: true
- git-committers:
repository: developer-friendly/blog
branch: main
enabled: !ENV [CI, false]
- git-authors:
enabled: !ENV [CI, false]
remote_branch: gh-pages
remote_name: origin
repo_name: GitHub
repo_url: https://github.com/developer-friendly/blog
site_url: https://developer-friendly.blog
site_author: Meysam Azad
site_author: meysam@developer-friendly.blog
site_description: >-
A blog about SRE, Kubernetes, CI/CD, GitOps, Cloud Native, and more!
# site_dir: mkdocs
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cairosvg<3
mkdocs-exclude<2
mkdocs-git-committers-plugin-2<3
mkdocs-git-revision-date-localized-plugin<2
mkdocs-glightbox<1
mkdocs-material<10
mkdocs-minify-plugin<1
Expand Down

0 comments on commit 50c3ca0

Please sign in to comment.