mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
@@ -9,12 +9,12 @@ plugins:
|
|||||||
cards_color:
|
cards_color:
|
||||||
fill: "#FFFFFF"
|
fill: "#FFFFFF"
|
||||||
text: "#000000"
|
text: "#000000"
|
||||||
privacy:
|
# privacy:
|
||||||
external_links_attr_map:
|
# external_links_attr_map:
|
||||||
target: _blank
|
# target: _blank
|
||||||
rel: nofollow
|
# rel: nofollow
|
||||||
external_assets_exclude:
|
# external_assets_exclude:
|
||||||
- shields.io/*
|
# - shields.io/*
|
||||||
optimize:
|
optimize:
|
||||||
enabled: false # pngquant errors
|
enabled: false # pngquant errors
|
||||||
with-pdf:
|
with-pdf:
|
||||||
|
|||||||
23
mkdocs.yml
23
mkdocs.yml
@@ -382,7 +382,28 @@ extra:
|
|||||||
deprecated: Deprecated
|
deprecated: Deprecated
|
||||||
analytics:
|
analytics:
|
||||||
provider: google
|
provider: google
|
||||||
property: G-N2YBGGF31R
|
property: G-N2YBGGF31R
|
||||||
|
consent:
|
||||||
|
title: Cookie consent
|
||||||
|
description: >-
|
||||||
|
We use cookies to recognize your repeated visits and preferences, as well
|
||||||
|
as to measure the effectiveness of our documentation and whether users
|
||||||
|
find what they're searching for. With your consent, you're helping us to
|
||||||
|
make our documentation better.
|
||||||
|
feedback:
|
||||||
|
title: Was this page helpful?
|
||||||
|
ratings:
|
||||||
|
- icon: material/emoticon-happy-outline
|
||||||
|
name: This page was helpful
|
||||||
|
data: 1
|
||||||
|
note: >-
|
||||||
|
Thanks for your feedback!
|
||||||
|
- icon: material/emoticon-sad-outline
|
||||||
|
name: This page could be improved
|
||||||
|
data: 0
|
||||||
|
note: >-
|
||||||
|
Thanks for your feedback! Help us improve this page by
|
||||||
|
<a href="https://github.com/geek-cookbook/geek-cookbook/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">creating an issue</a>.
|
||||||
social:
|
social:
|
||||||
- icon: 'fontawesome/brands/mastodon'
|
- icon: 'fontawesome/brands/mastodon'
|
||||||
link: 'https://so.fnky.nz/@funkypenguin'
|
link: 'https://so.fnky.nz/@funkypenguin'
|
||||||
|
|||||||
Reference in New Issue
Block a user