My GitHub Pages portfolio site, built with Jekyll. See it live at https://konstantin.zarem.ski.
To run the site locally:
# Install dependencies
bundle install
# Run Jekyll server
bundle exec jekyll serve
# Site will be available at http://localhost:4000GitHub Pages will automatically build and deploy the site when pushed to the master branch.