Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
hide:
- navigation
---

*RSS feed: [XML](feed_rss_created.xml) - [JSON](feed_json_created.json)*
9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
site_name: EasyBuild blog
site_description: "Blog for EasyBuild (https://easybuild.io)"
site_url: https://blog.easybuild.io
theme:
name: material
logo: img/logos/EasyBuild.png
Expand All @@ -16,3 +18,10 @@ plugins:
archive: false
blog_dir: .
blog_toc: true
- rss:
match_path: posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ mkdocs-redirects
mkdocs-git-revision-date-localized-plugin
mkdocs-toc-sidebar-plugin
mkdocs-macros-plugin
mkdocs-rss-plugin
Loading