Adds RSS feed generator plugin & cleanup of ampersands in posts to enable successful build of rss. Lands in /rss/dash_blog_rss.xml

This commit is contained in:
Chuck Williams 2017-03-18 22:59:54 -06:00
parent 62f7a3814c
commit a737c1f823
20 changed files with 153 additions and 29 deletions

View file

@ -23,6 +23,10 @@ url: https://www.dash.org
api: /api/v1
rss_path: "/rss"
rss_name: "dash_blog_rss.xml"
#rss_post_limit: - (optional) the number of posts in the feed
#languages: ["en", "es", "cn", "pt", "ru", "it"]
languages: ["en", "cn", "ru", "pt", "fr"]
exclude_from_localizations: ["assets","dist","style-guide"]