Closed dmundra closed 1 year ago
Take blog articles tagged with accessibility https://medium.com/feed/civicactions/tagged/Accessibility and display them on the site following something like https://css-tricks.com/how-to-fetch-and-parse-rss-feeds-in-javascript/
I found a python based solution https://gist.github.com/rebornix/5363138 that can create markdown copies of the posts and we could run that on demand.
Take blog articles tagged with accessibility https://medium.com/feed/civicactions/tagged/Accessibility and display them on the site following something like https://css-tricks.com/how-to-fetch-and-parse-rss-feeds-in-javascript/