mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
34 lines
936 B
YAML
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
|