1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

Merge branch 'main' of github.com:geek-cookbook/geek-cookbook

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-02-10 04:52:50 +13:00
204 changed files with 212 additions and 105 deletions

View File

@@ -1,8 +1,26 @@
# 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:
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"
@@ -10,6 +28,6 @@ plugins:
privacy:
external_links_attr_map:
target: _blank
rel: nofollow
rel: nofollow
optimize:
enabled: true