This commit is contained in:
Maxim Devaev 2026-02-23 08:40:01 +02:00
parent d4cc791bbd
commit 2387237b93
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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":