Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 214 Bytes

File metadata and controls

15 lines (8 loc) · 214 Bytes

How to build

Install requirements

Run the following command.

bundle install

Build the files

Run jekyll build.

bundle exec jekyll build

Then the html files are geneted in the _site directory.