This project can create a static website. Project objective is satisfy my need about information sharing and reducing cost to maintain this project.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
You can refer this url to install Jekyll first.
bundle install
bundle exec jekyll serve
If you are using Ruby version 3.0.0 or higher You may fix it by adding webrick to your dependencies
bundle add webrick