Gatsby Website MDX Basic
View this Website live on Netlify
This starter build MDX support into the gatsby-default-starter. Its README also applies here.
- Create a new Gatsby site using this starter
gatsby new my-site https://github.com/elpuas/gatsby-blog-mdx
- Install dependencies
npm install
- Run the develop script
gatsby develop
- Edit/Add Pages
src/pages/blog/{#}.mdx
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.2.0] - 2021-04-30
- Refactor some Code on What I Do page.
- Fix an Issue on Videos, showing only half thumb, adjust the height on iframe to fix the issue.
- Add Dark Mode
- Update 404 Page
- Add i18n EN/ES
[1.1.0] - 2021-03-26
- Update what-i-do.js page.
- Fix Intro Hero with a media-query for iPhone 12 XS Max
- Update README.md
- Add tabindex to Navigation Links
- Fix Image elements that not have explicit width and height and was impact on performance
[1.0.0] - 2020-06-23
Added
- Initial Build.
- @emotion
- @twin-macro
- @react-particles