/subhadig.github.io

My Personal Blog

Primary LanguageHTMLMIT LicenseMIT

Introduction

This repository has the source code of my personal blog. To see it in action, head over to subhadig.net.

Building

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.

Contributing

Contributions and corrections are welcome. Feel free to send me a Pull Request.

License

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.