docs: remove cost, document missing options and improve docs (#653)

This commit is contained in:
Simon Lecoq
2021-11-04 19:33:29 -04:00
committed by GitHub
parent e147d2ac32
commit a291e35774
56 changed files with 82 additions and 87 deletions

View File

@@ -23,4 +23,7 @@ The recent *posts* plugin displays recent articles you wrote on an external sour
plugin_posts: yes
plugin_posts_source: dev.to # External source
plugin_people_user: .github.user # Use same username as GitHub login
plugin_posts_limit: 4 # Limit to 4 posts
plugin_posts_descriptions: yes # Display article short description (when supported)
plugin_posts_covers: yes # Display article thumbnail (when supported)
```