Skip to content

plisovyi/lisovyi.net

Repository files navigation

lisovyi.net

Personal website built with Jekyll and hosted on GitHub Pages.

Development

Prerequisites

  • You need to have rbenv installed on your system.

  • You need to run the following commands to install Ruby and dependencies:

# Get the Ruby version from .ruby-version
RUBY_VERSION=$(cat .ruby-version)

# Install and set the Ruby version
rbenv install $RUBY_VERSION
rbenv local $RUBY_VERSION

# You may need to do initialize rbenv shell integration:
rbenv init

# Install dependencies
sudo gem install bundler
bundle install

Running locally

The site will be available at http://localhost:4000 after running the following command:

bundle exec jekyll serve

About

Pavlo Lisovyi's personal site

Resources

Stars

Watchers

Forks

Contributors