项目作者: pradeepvemulakonda

项目描述 :
Gatsby mdx personal blog example/starter
高级语言: JavaScript
项目地址: git://github.com/pradeepvemulakonda/pradeepvemulakonda.mdx.git
创建时间: 2019-03-03T13:03:59Z
项目社区:https://github.com/pradeepvemulakonda/pradeepvemulakonda.mdx

开源协议:MIT License

下载


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
  1. git clone https://github.com/pradeepvemulakonda/pradeepvemulakonda.mdx.git
  1. Install dependencies
  1. yarn
  1. Run the develop script
  1. gatsby develop
  1. For Prdouction build

    1. gatsby build && gatsby serve
  2. Add your pages to in content/blog/*.mdx

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

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

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

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