2022-08-11 00:22:48 -04:00
INHERIT : mkdocs.yml
plugins :
minify :
minify_html : true
htmlmin_opts :
remove_comments : true
privacy :
externals_exclude :
- cdn.jsdelivr.net/npm/mathjax@3/*
- api.privacyguides.net/*
- giscus.app/*
git-committers :
repository : privacyguides/privacyguides.org
branch : main
git-revision-date-localized :
exclude :
- index.en.md
rss :
match_path : "blog/.*"
pretty_print : true
date_from_meta :
as_creation : "created"
datetime_format : "%Y-%m-%d"
2022-08-24 21:18:26 -04:00
social :
cards : !ENV [CARDS, false]
cards_color :
fill : "#FFD06F"
text : "#2d2d2d"
cards_dir : assets/img/social
cards_font : 'Public Sans'
2022-08-11 00:22:48 -04:00
extra :
generator : false
analytics :
provider : plausible
property : privacyguides.org
feedback :
title : Was this page helpful?
ratings :
- icon : hero/emoji-happy
name : This page was helpful
data : Helpful
note : Thanks for your feedback!
- icon : hero/emoji-sad
name : This page could be improved
data : Needs Improvement
note : Thanks for your feedback! Help us improve this page by opening a <a href="https://github.com/orgs/privacyguides/discussions" target=_blank>discusson on GitHub</a>.
theme :
features :
- navigation.tracking
- navigation.tabs
- navigation.sections
- content.tooltips
palette :
- media : "(prefers-color-scheme)"
2022-08-24 14:02:51 -04:00
scheme : default
accent : deep purple
2022-08-11 00:22:48 -04:00
toggle :
icon : hero/sparkles
name : Switch to light mode
- media : "(prefers-color-scheme: dark)"
scheme : slate
accent : amber
toggle :
icon : hero/moon
name : Switch to system theme
- media : "(prefers-color-scheme: light)"
scheme : default
accent : deep purple
toggle :
icon : hero/sun
name : Switch to dark mode
watch :
- theme
- includes
- mkdocs.yml