From bf16af904a9ab1ae1e1a85f31f16d5b4aaf13d9d Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Mon, 11 Mar 2024 23:20:14 -0400 Subject: [PATCH] fix: remove redirects and rss --- mkdocs.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index a2594c4..7720b35 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -220,21 +220,6 @@ plugins: post_date_format: yyyy/MM/dd post_url_format: "{date}/{slug}" authors_file: "{blog}/.authors.yml" - - rss: - match_path: blog/posts/.* - date_from_meta: - as_creation: date - categories: - - categories - - tags - enabled: !ENV [CI, false] - - redirects: - redirect_maps: - 'blog/posts/ollama.md': 'hub/ollama.md' - 'blob/posts/llama-cpp-python.md': 'hub/llama-cpp-python.md' - 'blog/posts/together.md': 'hub/together.md' - 'blog/posts/anyscale.md': 'hub/anyscale.md' - 'examples/action_items.md': 'hub/action_items.md' extra: analytics: provider: google