mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
16 lines
470 B
YAML
16 lines
470 B
YAML
# This file exists for production builds where we use the mkdocs-material-insiders code, with exclusive features
|
|
# that don't degrade for the open-source version
|
|
INHERIT: mkdocs.yml
|
|
# disabled for now, since I'm not convinced social cards are better than default thumbnails
|
|
plugins:
|
|
social:
|
|
cards_color:
|
|
fill: "#FFFFFF"
|
|
text: "#000000"
|
|
privacy:
|
|
external_links_attr_map:
|
|
target: _blank
|
|
rel: nofollow
|
|
optimize:
|
|
enabled: true
|