Skip to content

searri/searri.github.io

Repository files navigation

Personal Website

This repo contains the nuts and bolts of my website. After a major redesign in 2020, this is a Jekyll website heavily based on GitHub's personal website template.

Installation

If, for some reason, you'd like to fork or run this website locally, you'll need to do the following (taken from the GitHub personal-website repository's README):

  1. Install a full Ruby development environment
  2. Install Jekyll and bundler gems
gem install jekyll bundler
  1. Install missing gems
bundle install
  1. Build the site and make it available on a local server
bundle exec jekyll serve
  1. Now browse to http://localhost:4000

You'll need to kill the Ruby process and re-run step 4 when you make changes to _config.yml, but otherwise you can make changes to the displayed webpages and they will be updated.

Check out the original repository's README for more information.