Make sure to have ruby
(and gem
) installed.
Run the following commands from within the cloned folder:
gem install jekyll bundler
bundle install
Build the website locally from within the cloned folder:
bundle exec jekyll build
Launch the local Jekyll server:
bundle exec jekyll serve
The local website address is displayed.
Website design based on Jekyll blog that is based on Stellar.