This is my GitHub Pages repo for my personal website, based on the Jekyll theme Biscuit.
- Install Ruby
- Install Bundler and Jekyll:
gem install bundler jekyll
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/YOUR_REPO.git cd YOUR_REPO - Install dependencies:
bundle install
- Serve the site locally:
bundle exec jekyll serve - Open
http://127.0.0.1:4000/in your browser.