/pradeepvemulakonda.mdx

Gatsby mdx personal blog example/starter

Primary LanguageJavaScriptMIT LicenseMIT

Personal Blog starter

Netlify Status

Live demo: view demo

This project uses Gatsby and mdx for blogging and tutorials.

The following frameworks are used

  • Material-UI
  • Gatsby
  • mdx
  • prisimjs
  • styled-components
  • react
  • remark
  • sharp
  1. Clone the repository
git clone https://github.com/pradeepvemulakonda/pradeepvemulakonda.mdx.git
  1. Install dependencies
yarn
  1. Run the develop script
gatsby develop
  1. For Prdouction build
gatsby build && gatsby serve
  1. Add your pages to in content/blog/*.mdx

  2. Add your tutorials unser content/tutorila/<subject>/*.mdx

  3. Update the sub-menu in yaml files at src/data/*.yaml

  4. To customise the layouts modify src/layouts/*.js

  5. To customise the templates modify src/templates/*.js