forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
Install and build the website
Harsha K edited this page Apr 25, 2021
·
1 revision
The project uses Jekyll to build nad test the website. The same is used by GitHub for deployment.
In order to install multiple versions of Ruby, rbenv can be used. Please refer to the follwoing page to install:
https://github.com/rbenv/rbenv
Follow the instructions here to install bundler and jekyll
https://jekyllrb.com/docs/installation/
rbenv global
bundle exec jekyll serve
git commit -m 'rebuild pages' --allow-empty
git push origin <branch-name>