From 54174785ee4466cb42ade7ad3d95a44fbf3d82e3 Mon Sep 17 00:00:00 2001 From: Santhosh Kumar Srinivasan Date: Sat, 6 Jan 2024 17:08:24 +0530 Subject: [PATCH] Explicitly mention setting defaults is for insiders only (meta plugin) As the meta plugin is reserved for insiders only, this section could also mention that so people don't run into the below error. ``` $ mkdocs serve ERROR - Config value 'plugins': The "meta" plugin is not installed Aborted with 1 configuration errors! ``` --- docs/setup/setting-up-a-blog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/setup/setting-up-a-blog.md b/docs/setup/setting-up-a-blog.md index b2a533682..ea7b80754 100644 --- a/docs/setup/setting-up-a-blog.md +++ b/docs/setup/setting-up-a-blog.md @@ -535,6 +535,11 @@ This will disable automatic reading time computation. #### Setting defaults + + + + + If you have a lot of posts, it might feel redundant to define all of the above for each post. Luckily, the [built-in meta plugin] allows to set default front matter properties per folder. You can group your posts by categories, or