Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcnaveen/gatsby-mdx-starter-blog
Gatsby Starter Blog with MDX support
https://github.com/mcnaveen/gatsby-mdx-starter-blog
gatsby gatsby-blog gatsbyjs mdx mdx-gatsby starter-template
Last synced: 17 days ago
JSON representation
Gatsby Starter Blog with MDX support
- Host: GitHub
- URL: https://github.com/mcnaveen/gatsby-mdx-starter-blog
- Owner: mcnaveen
- License: mit
- Created: 2021-11-18T12:24:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T20:36:08.000Z (over 1 year ago)
- Last Synced: 2024-11-07T22:17:00.619Z (2 months ago)
- Topics: gatsby, gatsby-blog, gatsbyjs, mdx, mdx-gatsby, starter-template
- Language: JavaScript
- Homepage: https://gatsby-mdx-starter.netlify.app/
- Size: 666 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🍰 Gatsby MDX Starter Blog
Gatsby Starter Blog with Mdx support
![build-test](https://github.com/mcnaveen/gatsby-mdx-starter-blog/workflows/build-test/badge.svg)
![](./screenshot.png)
### [🚀 Launch Demo](https://gatsby-mdx-starter.netlify.app/)
### 🍨 Features:
- [x] Gatsby
- [x] No Style, No CSS Frameworks included
- [x] Uses Mdx for blog post
- [x] Category pages
- [x] SEO Friendly URLs for blog post
- [x] PWA
- [x] Offline Support
- [x] Built-in Sitemap
- [x] Custom 404 page
- [x] Basic SEO Implementation with React Helmet
- [x] 7 Sample post in two different categories### 🌀 Lighthouse Score
![](./lighthouse-score.png)
### 🗂️ 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