source/plugins/posts/README.md
</td>
<b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_posts_source</code></h4></td> <td rowspan="2"><p>External source</p> <ul> <li><code>dev.to</code>: <a href="https://dev.to">dev.to</a></li> <li><code>hashnode</code>: <a href="https://hashnode.com">hashnode.com</a></li> </ul> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>string</code><b>allowed values:</b><ul><li>dev.to</li><li>hashnode</li></ul></td>
</tr> <tr> <td nowrap="nowrap"><h4><code>plugin_posts_user</code></h4></td> <td rowspan="2"><p>External source username</p> </td> </tr> <tr> <td nowrap="nowrap">⏯️ Cannot be preset<b>type:</b> <code>string</code>
<b>default:</b> <code>→ User login</code>
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_posts_descriptions</code></h4></td> <td rowspan="2"><p>Posts descriptions</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>boolean</code><b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_posts_covers</code></h4></td> <td rowspan="2"><p>Posts cover images</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>boolean</code><b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_posts_limit</code></h4></td> <td rowspan="2"><p>Display limit</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(1 ≤ 𝑥 ≤ 30)</i><b>default:</b> 4
</td> </tr> </table> <!--/options-->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