Description
Is your feature request related to a problem? Please describe
As part of #308 we implementer an initial version of the newsletter component that is now available in the branch web-release-3 pending to be merged to main alongside other features part of the release 3 of the docs strategy.
That initial version of the page available in /pages/newsletter is only providing a subscribe form but we'd like to make that page much more powerful by showing also a welcome message and the previously published newsletter. I do like what the CNCF did with their newsletter: https://www.cncf.io/kubeweekly/
I'd like to have something similar. The newsletter will be created in mailchimp so probably we'll need to have a json or yaml file inside the /data folder with the details of newsletters:
- url
- title
- Date
I do like the design of CNCF so let's do something similar. In this case I think we can use the generic card component we build using Title, Body and Link.
Describe the solution you'd like
See the feature description
Describe alternatives you've considered
No response
Additional context
No response
Are you working on this?
No