Personal portfolio site hosted on Github Pages, built using Jekyll framework
Install Jekyll and Bundler:
gem install jekyll bundler
Navigate to your Jekyll project directory:
cd path/to/your/jekyll/project
Install the dependencies:
bundle install
Build the site and make it available on a local server:
bundle exec jekyll serve
Open your web browser and go to:
http://localhost:4000
This will start a local server and you can view your Jekyll site at the specified URL.