← Back to plugins index | |
This plugin displays recent articles from a specified and supported external source. | |
Supported features → Full specification |
📗 Classic template 📒 Markdown template 📘 Repository template |
👤 Users 👥 Organizations 📓 Repositories |
|
No tokens are required for this plugin | |
Option | Description |
Enable posts plugin |
|
type: boolean
default: no |
|
External source
|
|
type: string
allowed values:
|
|
External source username |
|
⏯️ Cannot be preset type: string
default: → User login |
|
Posts descriptions |
|
type: boolean
default: no |
|
Posts cover images |
|
type: boolean
default: no |
|
Display limit |
|
type: number
(1 ≤
𝑥
≤ 30)
default: 4 |
name: Recent posts
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.posts.svg
token: NOT_NEEDED
base: ""
plugin_posts: yes
plugin_posts_source: dev.to
name: Recent posts with descriptions and cover images
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.posts.full.svg
token: NOT_NEEDED
base: ""
plugin_posts: yes
plugin_posts_source: dev.to
plugin_posts_limit: 2
plugin_posts_descriptions: yes
plugin_posts_covers: yes