Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 1.33 KB

File metadata and controls

28 lines (18 loc) · 1.33 KB

Website

Code7Crusaders Website at https://code7crusaders.github.io/.

This website is built using Jekyll, a static website generator, Deployment with github pages.

Prerequisites

To install Jekyll, follow the instructions provided in the Jekyll Installation Guide.

Install Ruby. For more information, see Installing Ruby in the Ruby documentation.

Install Bundler. For more information, see Bundler.

Local Development

  1. Open Terminal.
  2. Navigate to the publishing source for your site. For more information, see Configuring a publishing source for your GitHub Pages site.
  3. Run bundle install.
  4. Run your Jekyll site locally by executing:
    bundle exec jekyll serve
  5. To preview your site, in your web browser, navigate to http://localhost:4000.

Deployment

To deploy your site, you can use GitHub Pages and Jekyll by following the instructions provided in the GitHub Pages documentation.