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
- Clone the repository
git clone https://github.com/pradeepvemulakonda/pradeepvemulakonda.mdx.git
- Install dependencies
yarn
- Run the develop script
gatsby develop
- For Prdouction build
gatsby build && gatsby serve
-
Add your pages to in
content/blog/*.mdx
-
Add your tutorials unser
content/tutorila/<subject>/*.mdx
-
Update the sub-menu in yaml files at
src/data/*.yaml
-
To customise the layouts modify
src/layouts/*.js
-
To customise the templates modify
src/templates/*.js