Skip to content

AdamWhitcroft/gatsby-starter-mdx-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby Starter MDX Less-Basic

My version of the Gatsby Starter MDX Basic, but with a few more features added:

  • ✅ Added gatsby-plugin-sass for Sass support out of the box.
  • ✅ Added support for programmatically generating posts from the posts folder.
  • ✅ Added support page slugs.

Installation

  1. Initialize this starter with the Gatsby CLI
gatsby new my-site https://github.com/AdamWhitcroft/gatsby-starter-mdx-basic
  1. Install dependencies by changing directory
cd gatsby-starter-mdx-basic
npm install
  1. Run the dev server
gatsby develop

Personalization

There are a few fields to edit in gatsby-config.js to personlize this site to you. At the top of the file, you'll see this:

siteMetadata: {
  title: 'Gatsby Basic MDX Starter',
  description: 'A basic Gatsby starter powered by MDX.',
  author: '@adamwhitcroft',
},

Set the values for title, description and author to whatever you'd like to be rendered in your site meta tags.

About

A minimal gatsby-mdx starter that only tries to set up config to work in src/pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • CSS 1.4%