Skip to content

sagorbrur/sagorbrur.github.io

Repository files navigation

Personal Blog

This blog clone from https://github.com/amitness/amitness.github.io and modified for personal use.

This repository hosts the code for my personal blog.

The website is powered by Jekyll — a static site generator written in Python — and uses a theme based on minimal-mistakes.

Running Locally

Fork / Clone the Repo

If you haven't already, clone your version of the repo:

git clone https://github.com/sagorbrur/sagorbrur.github.io.git

Preview the Website

You can serve the generated site so it can be previewed in your browser using Docker:

# install docker and docker-compose first
sudo docker-compose up

And you should see the blog if you visit http://localhost:4000.

License

The source code for generation of the blog is under MIT License. Content is copyrighted.

Contact

If you have any questions, you can email me.

Modification Methods