Skip to content

Commit 25a96a3

Browse files
committed
Add social plugin
1 parent 168ed76 commit 25a96a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mkdocs-insiders.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ theme:
1515
- content.action.view
1616

1717
plugins:
18-
# - privacy:
18+
# - privacy:
1919
# enabled: !ENV [ CI, false ]
2020
# links_attr_map:
2121
# target: _blank
@@ -24,6 +24,10 @@ plugins:
2424
blog_toc: true
2525
post_date_format: long
2626
post_url_date_format: yyyy/MM/dd
27+
- social:
28+
cards_color:
29+
fill: "#5f8bf3"
30+
text: "#FFFFFF"
2731
- search:
2832
lang: en
2933
- tags: { }

0 commit comments

Comments
 (0)