/blog

Primary LanguageJavaScript

This repo serves the source code for www.mimul.com. Designed using Bulma and is deployed via Netlify.

It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.

Design

The CSS framework used in this project is Bulma. And the design inspiration came from the following,

Main Sections

Following are the main sections apart from my blog.

Developer Stories

I read a lot, and that's how I stay updated about what's going on around. Here I am listing out some of the stories which I find useful. Find them here.

Build & Run

> nvm use 14.15.0
> npm run build
> gatsby develop