konstantinmuenster / gatsby-theme-portfolio-minimal

A Gatsby Theme to create modern one-page portfolios with a clean yet expressive design.
MIT License
157 stars 89 forks source link

In ArticlesSection, how to pull articles from blog instead of Medium? #35

Closed ajh30117 closed 1 year ago

ajh30117 commented 1 year ago

I don't use Medium, so how can I show the latest articles directly from the site's internal blog page instead of feeding them from Medium?

Thanks!

image
konstantinmuenster commented 1 year ago

Hi @ajh30117! You can take a look here:

https://github.com/konstantinmuenster/gatsby-theme-portfolio-minimal/blob/main/example-site/src/pages/index.js#L19

Hope that helps :)