This repository contains the source code for my personal website, felixsargent.com. It's a static website built with Jekyll and hosted on GitHub Pages.
To preview the website locally, you'll need to have Ruby and Bundler installed.
-
Install Jekyll and other dependencies:
bundle install
-
Start the Jekyll server:
bundle exec jekyll serve --livereload
This will start a local server at http://localhost:4000. Any changes you make to the files will automatically reload the page.