Anton Okhotnikov's personal webpage repository.
- Install ruby-2.7.6 with rvm
rvm install 2.7.6
- Install
bundler
:
gem install bundle
- Install
Gemfile
dependencies:
cd <path_to_this_repo_root>
bundle install
- Run page locally:
bundle exec jekyll serve
-
Set your git repo Pages setting in GitHub to
Deploy from a branch
-
After
git commit
andgit push
to master branch GitHub Page is deployed automatically