Skip to content

damilola-paystack/gatsby-mdx-starter-blog

 
 

Repository files navigation

🍰 Gatsby MDX Starter Blog

Gatsby Starter Blog with Mdx support

build-test

🍨 Features:

  • 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

🌀 Lighthouse Score

🗂️ Development

  • 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

🀄 Production

  • You have to build the project using the below command
gatsby build
  • Then upload the Public directory to your server

🍥 Todo

  • Included React Helmet, But not fully configured yet for SEO

🛡️ License

  • MIT

About

Gatsby Starter Blog with MDX support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • Shell 4.4%