Skip to content

Commit 6b1107e

Browse files
committed
add RSS feed
1 parent 9fd5da1 commit 6b1107e

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
hide:
33
- navigation
44
---
5+
6+
*RSS feed: [XML](feed_rss_created.xml) - [JSON](feed_json_created.json)*

mkdocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
site_name: EasyBuild blog
2+
site_description: "Blog for EasyBuild (https://easybuild.io)"
3+
site_url: https://blog.easybuild.io
24
theme:
35
name: material
46
logo: img/logos/EasyBuild.png
@@ -16,3 +18,10 @@ plugins:
1618
archive: false
1719
blog_dir: .
1820
blog_toc: true
21+
- rss:
22+
match_path: posts/.*
23+
date_from_meta:
24+
as_creation: date
25+
categories:
26+
- categories
27+
- tags

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ mkdocs-redirects
44
mkdocs-git-revision-date-localized-plugin
55
mkdocs-toc-sidebar-plugin
66
mkdocs-macros-plugin
7+
mkdocs-rss-plugin

0 commit comments

Comments
 (0)