Skip to content

Commit 589f5f5

Browse files
authored
Merge pull request #551 from streamlit/blog-posts
Update blog posts on homepage
2 parents f02a1f0 + 074ad92 commit 589f5f5

File tree

4 files changed

+307
-118
lines changed

4 files changed

+307
-118
lines changed

pages/index.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -246,26 +246,26 @@ export default function Home({ window, menu, gdpr_data }) {
246246

247247
<NewsContainer>
248248
<NewsEntry
249-
date="2022-11-18T16:05:00.000Z"
250-
title="Streamlit Quests: Getting started with Streamlit"
251-
text="The guided path for learning Streamlit"
252-
link="https://blog.streamlit.io/streamlit-quests-getting-started-with-streamlit/"
249+
date="2022-12-08T16:05:00.000Z"
250+
title="Find the top songs from your high school years with a Streamlit app"
251+
text="Use the Spotify API to generate 1,000+ playlists!"
252+
link="https://blog.streamlit.io/find-the-top-songs-from-your-high-school-years-with-a-streamlit-app/"
253253
image="/blog-1.svg"
254254
target="_blank"
255255
/>
256256
<NewsEntry
257-
date="2022-11-10T16:05:00.000Z"
258-
title="Building robust Streamlit apps with type-checking"
259-
text="How to make type-checking part of your app-building flow"
260-
link="https://blog.streamlit.io/building-robust-streamlit-apps-with-type-checking/"
257+
date="2022-12-06T16:05:00.000Z"
258+
title="Streamlit-Authenticator, Part 1: Adding an authentication component to your app"
259+
text="How to securely authenticate users into your Streamlit app"
260+
link="https://blog.streamlit.io/streamlit-authenticator-part-1-adding-an-authentication-component-to-your-app/"
261261
image="/blog-2.svg"
262262
target="_blank"
263263
/>
264264
<NewsEntry
265-
date="2022-11-08T16:05:00.000Z"
266-
title="Monthly rewind > October 2022"
267-
text="Your October look-back at new features and great community content"
268-
link="https://blog.streamlit.io/monthly-rewind-october-2022/"
265+
date="2022-11-18T16:05:00.000Z"
266+
title="Streamlit Quests: Getting started with Streamlit"
267+
text="The guided path for learning Streamlit"
268+
link="https://blog.streamlit.io/streamlit-quests-getting-started-with-streamlit/"
269269
image="/blog-3.svg"
270270
target="_blank"
271271
/>

public/blog-1.svg

Lines changed: 162 additions & 35 deletions
Loading

0 commit comments

Comments
 (0)