Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 548 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 548 Bytes

Alee08.github.io

My personal webpage.

Link: https://Alee08.github.io/

Preliminaries

Follow this guide to set up your Ruby development environment.

Install Ruby version 2.7.1:

rbenv install 2.7.1

Install bundler:

gem install bundler

Then:

bundle install

Build

To build the Jekyll website:

bundle exec jekyll build

To serve:

bundle exec jekyll serve

To publish on GitHub, from the source branch:

rake publish