DEV Community

Discussion on: I built my own personal website! Yaaay 😎

Collapse
 
molamk profile image
molamk

Awesome stuff! Since you're a React dev, you might want to take a look at Gatsby.js.

It gives you:

  • A super fast blog
  • PWA out of the box
  • Really easy to work on your SEO with Helmet
  • Easy to add analytics
  • Also optimized images & RSS feeds
  • Free hosting w/ Netlify and/or Github Pages
  • Easy Markdown integration (plugin)

This is what I used for my own blog, if you want to see it in action: molamk.com

Keep up the good work!

Collapse
 
bassemibrahim profile image
Bassem

Great! I like how clean your blog is. Will definitely check out Gatsby.