Add hashnode support for posts plugin and additional options (#165)

This commit is contained in:
Simon Lecoq
2021-03-02 10:17:00 +01:00
committed by GitHub
parent 4452fa36b5
commit df6638fc9e
8 changed files with 122 additions and 19 deletions

View File

@@ -19,6 +19,19 @@ inputs:
default: ""
values:
- dev.to # Dev.to
- hashnode
# Display a few lines about each posts
plugin_posts_descriptions:
description: Display posts descriptions
type: boolean
default: no
# Display posts cover images
plugin_posts_covers:
description: Display posts cover images
type: boolean
default: no
# Number of posts to display
plugin_posts_limit: