Gatsby mdx personal blog example/starter
Live demo:
view demo
This project uses Gatsby and mdx for blogging and tutorials.
The following frameworks are used
git clone https://github.com/pradeepvemulakonda/pradeepvemulakonda.mdx.git
yarn
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