mirror of https://github.com/pikvm/pikvm.git
rss
This commit is contained in:
parent
d4cc791bbd
commit
2387237b93
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in New Issue