Skip to content

Commit c8ce081

Browse files
committed
Update
1 parent c316dea commit c8ce081

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ mkdocs-document-dates
1111
mkdocs-rss-plugin
1212
mkdocs-minify-html-plugin
1313
mkdocs-redirects
14+
mkdocs-ultralytics-plugin
1415

1516
mkdocs-glightbox
1617
mkdocs-table-reader-plugin

scripts/template.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,20 @@ plugins:
6969
- esm.sh/*
7070
links_attr_map:
7171
target: _blank
72-
- social:
73-
cards_layout: default/variant
74-
cards_layout_options:
75-
font_family: Noto Serif SC
76-
background_color: "#F5A9B8"
72+
# - social:
73+
# cards_layout: default/variant
74+
# cards_layout_options:
75+
# font_family: Noto Serif SC
76+
# background_color: "#E4E2DD"
77+
- ultralytics:
78+
add_desc: true
79+
add_image: true
80+
add_keywords: true
81+
add_share_buttons: true
82+
add_authors: true
83+
add_json_ld: true
84+
add_css: true
85+
add_copy_llm: true
7786
- rss: # https://guts.github.io/mkdocs-rss-plugin/
7887
abstract_chars_count: 500
7988
date_from_meta:

0 commit comments

Comments
 (0)