1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00
Files
geek-cookbook/mkdocs-insiders.yml
2023-02-10 04:52:50 +13:00

34 lines
936 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
plugins:
meta:
blog:
# post_excerpt: required
post_url_format: "{date}/{file}" # this allows us to change the post title in future without breaking URLs
tags:
tags_file: blog/tags.md
rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
abstract_chars_count: 200
image: https://geek-cookbook.funkypenguin.co.nz/images/site-logo.png
url_parameters:
utm_source: "geek-cookbook-blog"
utm_medium: "RSS"
utm_campaign: "feed-syndication"
social:
cards_color:
fill: "#FFFFFF"
text: "#000000"
privacy:
external_links_attr_map:
target: _blank
rel: nofollow
optimize:
enabled: true