New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-starter-mdx-blog

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-starter-mdx-blog

Gatsby Starter for Blog with MDX

  • 1.1.0
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

gatsby-starter-mdx-blog

Build your own blog w/ MDX & Gatsby

Install

$ git clone git@github.com:wonism/gatsby-starter-mdx-blog.git <<PROJECT_NAME>>
# Recommend you to delete `.git`
$ cd <<PROJECT_NAME>> && rm -r .git

Start with gatsby-cli

$ gatsby new <<PROJECT_NAME>> https://github.com/wonism/gatsby-stater-mdx-blog

Development

$ npm start

Build

$ npm run build

Features

  • ⚛️ Support writing blog contents w/ MDX
  • 🔮 Comments Utterances
  • 🔍 Search Engine Optimization w/ React Helmet
  • ✉️ Contacts Form w/ React Mail Form
  • 📊 Google Analytics
  • 🗄 Sitemap and RSS Feed
  • 💅 CSS in JS w/ Emotion
  • 📝 All codes are written in TypeScript
  • 🤖 Support post scaffolding
    • You can just run npm run new then input url & title. (slugify the url automatically.)
  • ✏️ Draft version of your post
    • You can just add draft: true below the date in mdx file.
  • 🔖 Support Category and Tag
    • You can just add categories: ["Category"] and tags: ["Tag"] below the date in mdx file.
  • 🔢 Support pagination
  • 🌙 Support dark mode

You SHOULD change...

  • Your picture in ./content/images/profile.png
  • Favicon in ./content/images/favicon.png
  • Your biography in src/shared/Bio/index.tsx
  • gastby-config.js
    • site meta data
    • google analytics tracking id

Keywords

FAQs

Package last updated on 01 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc