This repository has the source code of my personal blog. To see it in action, head over to subhadig.net.
This site uses Jekyll, a static website builder. To locally run this website, follow the below steps:
- Follow this Jekyll guide to setup Ruby and Jekyll.
bundle install
bundle exec jekyll build
bundle exec jekyll serve
- Go to
http://localhost:4000
.
Contributions and corrections are welcome. Feel free to send me a Pull Request.
The content of this project itself is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License, and the underlying source code used to format and display that content is licensed under the MIT license.