Skip to content

Dovtutis/gatsbyMDXBlog

Repository files navigation

🚀 Quick start

  1. Install required packages with npm install

    npm install
    

About the project

I am working with Gatsby online course and this is my second study project. Gatsby MDX blog is a blog webpage where all posts are written in MDX. MDX has no runtime so all compilation occurs during the build stage. It also allows us to intercept the components and make changes if needed.

Key features/technologies used in project:

  1. React
  2. Gatsby
  3. GraphQL and GraphiQL
  4. Gatsby MDX plugin with MDX provider
  5. Various gatsby plugins
  6. Dynamic posts and categories pages created by using node js in gatsby-node
  7. Prism react rendered
  8. Styled components
  9. Netlify forms for handling newsletter emails
  10. SEO handled with react-helment package