This is my personal blog.
- Firstly fork 🍴 this repository. Make sure you star ⭐ the repo before forking.
- Rename the repo as
username.github.io
, where ce the username with your GitHub username. - Clone the forked repository.
$ git clone https://github.com/username/username.github.io
- Make the necessary changes and try to build it locally to view the changes.
$ bundle install $ bundle exec jekyll serve
- Push the changes to GitHub and enable github-pages) in the Settings of the repository.
- Your website is hosted right now. Check it out at
username.github.io
.
This site is hosted on GitHub pages.
This repo is mostly for me. I, like many of you, host my code on GitHub for reasons of portability, ease of work, and peace of mind. Beyond my own needs, I have also open-sourced this repo for you, the reader (and most likely developer), to explore the things that make my site tick.
If you like my work, please Star 🌟 the repo. If you find any suggestions/typos ping me or you can drop a PR here.