refactor(mkdocs): use alternative method for plugins key so merging works

!16 nofusscomputing/projects/gitlab-ci!83 nofusscomputing/projects/django_template#57 nofusscomputing/projects/django_template!27
This commit is contained in:
2024-06-15 23:54:05 +09:30
parent f5a82d3604
commit 2f3982eb3e
2 changed files with 15 additions and 15 deletions

View File

@ -53,21 +53,21 @@ extra_css:
plugins:
- nfc_tags:
filename: tags.md
folder: pages
css_name: ".tags"
- search:
lang: en
nfc_tags:
filename: tags.md
folder: pages
css_name: ".tags"
search:
lang: en
- git-revision-date-localized:
type: iso_date
enable_creation_date: true
exclude:
- index.md
- tags.md
# - minify:
# minify_html: true
git-revision-date-localized:
type: iso_date
enable_creation_date: true
exclude:
- index.md
- tags.md
# minify:
# minify_html: true