DEV Community

Discussion on: How is your portfolio built?

Collapse
 
jwkicklighter profile image
Jordan Kicklighter

Mine is currently just a blog, but it's built using:

  • Gridsome
  • Markdown files
  • SCSS
  • Netlify

Gridsome is basically Gatsby using Vue instead of React. I love Vue, but also really like the concept of Gatsby's data sources that are converted to GraphQL at build time. This is like a best of both worlds for me 😊

jwkicklighter.com