Shaw Boxing Website Jekyll Website with Bootstrap 4 shawboxing.com Quick-start Instructions $ npm install $ cd /this-site/ $ bundle exec jekyll serve => Now browse to http://localhost:4000 BuildPermalink Since Jekyll is a static site generator, it has to build the site before we can view it. Run either of the following commands to build your site: jekyll build - Builds the site and outputs a static site to a directory called _site. jekyll serve - Does jekyll build and runs it on a local web server at http://localhost:4000, rebuilding the site any time you make a change. For more information, visit the Jekyll website: https://jekyllrb.com/