You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, we don't produce massive amounts of articles or podcast episodes. Thus, I'd like to not have them split in two channels but share a single one.
Approach
On the /blog/index page (which is mainly implemented on src/templates/blog-list.js, we should mix in both entries from the blog and the podcast.
Under the new website's navigation, this is known as 'Insights'. We'll keep the /blog url because it's already popular on the site.
Questions
Will the RSS reflect the page feed (mixed blog and podcast), or do people subscribe only to the articles? (Add RSS feed to the website #84)
The text was updated successfully, but these errors were encountered:
Motivation
At the moment, we don't produce massive amounts of articles or podcast episodes. Thus, I'd like to not have them split in two channels but share a single one.
Approach
On the /blog/index page (which is mainly implemented on
src/templates/blog-list.js
, we should mix in both entries from the blog and the podcast.Under the new website's navigation, this is known as 'Insights'. We'll keep the
/blog
url because it's already popular on the site.Questions
The text was updated successfully, but these errors were encountered: