Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 855 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 855 Bytes

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/

screencapture-shawboxing-2021-02-04-11_31_16