the-programmers-hangout / website

🌳 TPH website
https://theprogrammershangout.com
MIT License
102 stars 67 forks source link

Move from MD to MDX #250

Closed veksen closed 4 years ago

veksen commented 4 years ago

This supports https://github.com/the-programmers-hangout/website/issues/232 and allows stuff like attaching Youtube videos (https://fionawh.im/blog/2019/09/fast-youtube-embed/), or just custom components for rendering code blocks (maybe multi language, etc, like: https://github.com/the-programmers-hangout/website/issues/48)

https://www.gatsbyjs.org/docs/mdx/getting-started/ https://www.gatsbyjs.org/packages/gatsby-plugin-mdx/ https://www.freecodecamp.org/news/convert-the-gatsby-default-starter-blog-to-use-mdx/

veksen commented 4 years ago

closed by #286