Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Display Medium blog posts on the homepage. #73

Open
7 of 10 tasks
JessePeplinski opened this issue May 14, 2021 · 0 comments
Open
7 of 10 tasks

Display Medium blog posts on the homepage. #73

JessePeplinski opened this issue May 14, 2021 · 0 comments
Assignees

Comments

@JessePeplinski
Copy link
Contributor

JessePeplinski commented May 14, 2021

Add functionality to show the top 3 latest blogs from the Medium blog on our website.

Todos

  • Phase 1 - Static
    • Create 3 column view based on testimonials
    • Title
    • Featured Image
    • First 100 characters of blog post
    • A button going to the blog at https://hackupstate.medium.com/
  • Phase 2 - Dynamic
    • Install rss to json npm package
    • Convert the rss to JSON and store it on the site
    • Displaying dynamic content from the JSON

Phase 1 - Static

For branch naming, call this feature/static-medium-blog

For the first step, create a simple 3 column layout that displays the top 3 blog posts. You can utilize the Testimonials section for this. We want to display the following based on the screenshot below.

  1. Title
  2. Featured image
  3. First 100 characters of the blog post
  4. A button going to the blog at https://hackupstate.medium.com/

image

Phase 2 - Dynamic

For branch naming, call this feature/dynamic-medium-blog

For step two, use Medium feed (https://medium.com/feed/@hackupstate) to display the same items as the static.

You'll find this stack overflow article helpful: https://stackoverflow.com/questions/36097527/how-to-retrieve-medium-stories-for-a-user-from-the-api

You will need the rss-to-json npm package to convert the RSS to JSON so that we can use it on the site.

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants