Gatsby Starter Blog with Mdx support
- Gatsby
- No Style, No CSS Frameworks included
- Uses Mdx for blog post
- Category pages
- SEO Friendly URLs for blog post
- PWA
- Offline Support
- Built-in Sitemap
- Custom 404 page
- Basic SEO Implementation with React Helmet
- 7 Sample post in two different categories
- Clone this Repository
git clone https://github.com/mcnaveen/gatsby-mdx-starter-blog
- cd into directory
cd gatsby-mdx-starter-blog
- Install the Dependencies
yarn install
- Then start Gatsby development server
gatsby develop
- You have to build the project using the below command
gatsby build
- Then upload the Public directory to your server
- Included React Helmet, But not fully configured yet for SEO
- MIT