konstantinmuenster / gatsby-theme-portfolio-minimal

A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Love the repository, but quick issue.

JakubHojsan opened this issue · comments

I see there is a Medium integration in the src/section/Articles/

How does this piece of code work exactly, and where does it have a place to pull from a specific user's Medium feed?

I can't see how it is integrated with the Markdown exactly.

It is not put in the example so is it useable?

Thank you for anyone who could answer this question!

Hey 👋 Yes, you can definitely use it! All you have to do is to provide a URL to your Medium profile in the settings.json file. This profile URL will be used to fetch the articles (see here).

You can then just add the Articles section to your page and define Medium as a source (as in the example here).

Hope this helps 🙂