💬 Blogging
rss - 🥇23 · ⭐ 60 · MIT
·
MkDocs plugin to generate a RSS feeds for created and updated pages, using git log and YAML frontmatter (page.meta).
- GitHub (👨💻 12 · 🔀 20 · 📥 55 · 📦 470 · 📋 43 - 37% open · ⏱️ 02.04.2024)
- PyPi (📥 34K / month):
pip install mkdocs-rss-plugin
- Add to mkdocs.yml:
plugins: - rss
mkdocs-blogging-plugin - 🥈17 · ⭐ 82 · MIT
·
Add blogging feature to your MkDocs site.
- GitHub (👨💻 7 · 🔀 16 · 📥 11 · 📦 170 · 📋 40 - 10% open · ⏱️ 21.07.2023)
- PyPi (📥 3.5K / month):
pip install mkdocs-blogging-plugin
- Add to mkdocs.yml:
plugins: - blogging
Publisher for MkDocs - blog - 🥈14 · ⭐ 27 · ➕ · MIT
·
Blogging engine.
- GitHub (👨💻 2 · 🔀 1 · 📥 9 · 📦 22 · 📋 13 - 30% open · ⏱️ 18.04.2024)
- PyPi (📥 2K / month):
pip install mkdocs-publisher
- Add to mkdocs.yml:
plugins: - pub-blog
newsletter - 🥉12 · ⭐ 26 · ❗️GPL-3.0
·
Automatically create newsletters from the changes in a mkdocs repository.
- GitHub (👨💻 3 · 🔀 2 · 📦 38 · 📋 10 - 30% open · ⏱️ 25.03.2024)
- PyPi (📥 880 / month):
pip install mkdocs-newsletter
- Add to mkdocs.yml:
plugins: - mkdocs-newsletter
Blogs for MkDocs - 🥉12 · ⭐ 16 · 💤 · MIT
·
This plugin for MkDocs allows to keeps a really simple blog section inside your documentation site.
- GitHub (🔀 4 · 📦 97 · 📋 2 - 50% open · ⏱️ 13.04.2020)
- PyPi (📥 2.9K / month):
pip install mkdocs-blog-plugin
- Add to mkdocs.yml:
plugins: - blog
blog - 🥉3 · ⭐ 14 · 💤 · ❗Unlicensed
·
Blogging in mkdocs.
- GitHub (🔀 7 · 📋 5 - 80% open · ⏱️ 02.11.2020)
- Add to mkdocs.yml: ```yaml plugins:
- blog ```
python-mkblog - 🥉3 · ⭐ 2 · 💤 · MIT
·
This is a MkDocs Plugin adding basic blogging functionality by parsing a blog
directory ontop of your usual docs
..
- GitHub (👨💻 2 · 🔀 1 · ⏱️ 14.04.2021)
- PyPi (📥 90 / month):
pip install mkblog
- Add to mkdocs.yml:
plugins: - mkblog