diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f58d849..b0e4d7c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,5 +13,5 @@ jobs: with: python-version: 3.x # We're using the own fork of markdown-include because of indention - - run: pip install mkdocs-material mkdocs-video mkdocs-redirects mkdocs-glightbox git+https://github.com/pikvm/markdown-include + - run: pip install mkdocs-material mkdocs-video mkdocs-redirects mkdocs-glightbox mkdocs-rss-plugin git+https://github.com/pikvm/markdown-include - run: mkdocs gh-deploy --force diff --git a/mkdocs.yml b/mkdocs.yml index 968a95c0..30446636 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -98,6 +98,11 @@ plugins: - blog: blog_dir: blog blog_toc: true + - rss: + match_path: "blog/posts/.*" + date_from_meta: + as_creation: date.created + as_update: date.updated nav: - "Device guides":