This is my personal blog.
It focuses on Innovation and Technology.
It runs on Jekyll and is completely open source. Because I love open source.
If you want to write a post, contact me about the topic, and we will figure something out.
If you want to fix some spelling errors or poorly written sentences, just create a Pull Request.
I really enjoy contribution. Open Source is awesome for everything!
To run the blog, you need to install Ruby (so you can run gem commands).
After Ruby is installed, you need to run the following commands:
gem install jekyll
gem install bundle
bundle install
After everything is installed, you can run jekyll commands to serve the blog locally:
jekyll serve
Learn more about how to use Jekyll here: https://jekyllrb.com/docs/home/