This my personal blog where I post my projects and updates. It is made with Jekyll and is using the Minimal Mistakes theme.
Currently, there are two categories to the blog: projects and updates.
Here, you can see my projects with short descriptions about the project and details into the layout.
Most of my posts will be here where I write about almost all kinds of things starting from hobbies, tutorials, games, and more.
Make sure you have Ruby and Bundler.
Install the dependencies
bundle install
Run it locally to see how it looks
bundle exec jekyll serve
Make sure to run
bundle exec jekyll build
before deploying to replace the localhost
s in the links
Edit the assets/css/main.scss file to override the previous styles.
Find the classname
or id
through the inspector of your browser and add/edit to main.scss to your taste.
MIT