diff --git a/src/components/blog/blogpostsDetails.json b/src/components/blog/blogpostsDetails.json index 9a4df99f..267785b2 100644 --- a/src/components/blog/blogpostsDetails.json +++ b/src/components/blog/blogpostsDetails.json @@ -1,16 +1,30 @@ -[ { - "url": "https://medium.com/@QuantStack/quantstack-steps-up-to-support-apache-arrow-with-new-dedicated-team-9ddc952f20e2", - "title": "QuantStack Steps Up to Support Apache Arrow with New Dedicated Team", - "image": "/img/blogposts/QuantStack-Steps-Up-to-Support-Apache-Arrow-with-New-Dedicated-Team.png", - "summary": " We are thrilled to announce that QuantStack is starting a new team dedicated to the maintenance and development of Apache Arrow.", - "date": "October 22, 2024", - "authors": "Sylvain Corlay", - "imageID": "blogpost-image-123", - "imageNaturalWidth": 1700, - "imageNaturalHeight": 900, - "imageRenderedWidth": 273, - "imageRenderedHeight": 144.529411765 -}, +[ + { + "url": "https://blog.jupyter.org/automate-your-releases-with-the-jupyter-releaser-701e7b9841e6", + "title": "Automate your releases with the Jupyter Releaser 🚀", + "image": "/img/blogposts/Automate-releases-jupyter-releaser.png", + "summary": "Jupyter Releaser is an automation tool developed by the Jupyter team to streamline and standardize the release process across Jupyter projects.", + "date": "October 28, 2024", + "authors": "Jeremy Tuloup", + "imageID": "blogpost-image-123", + "imageNaturalWidth": 1700, + "imageNaturalHeight": 900, + "imageRenderedWidth": 273, + "imageRenderedHeight": 144.529411765 + }, + { + "url": "https://medium.com/@QuantStack/quantstack-steps-up-to-support-apache-arrow-with-new-dedicated-team-9ddc952f20e2", + "title": "QuantStack Steps Up to Support Apache Arrow with New Dedicated Team", + "image": "/img/blogposts/QuantStack-Steps-Up-to-Support-Apache-Arrow-with-New-Dedicated-Team.png", + "summary": " We are thrilled to announce that QuantStack is starting a new team dedicated to the maintenance and development of Apache Arrow.", + "date": "October 22, 2024", + "authors": "Sylvain Corlay", + "imageID": "blogpost-image-123", + "imageNaturalWidth": 1700, + "imageNaturalHeight": 900, + "imageRenderedWidth": 273, + "imageRenderedHeight": 144.529411765 + }, { "url": "https://blog.jupyter.org/interactive-mapping-with-ipyopenlayers-2b8bc93bb6c4", "title": "Interactive Mapping with ipyopenlayers", diff --git a/static/img/blogposts/Automate-releases-jupyter-releaser.png b/static/img/blogposts/Automate-releases-jupyter-releaser.png new file mode 100644 index 00000000..3192e813 Binary files /dev/null and b/static/img/blogposts/Automate-releases-jupyter-releaser.png differ