Code7Crusaders Website at https://code7crusaders.github.io/.
This website is built using Jekyll, a static website generator, Deployment with github pages.
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.
- Open Terminal.
- Navigate to the publishing source for your site. For more information, see Configuring a publishing source for your GitHub Pages site.
- Run
bundle install. - Run your Jekyll site locally by executing:
bundle exec jekyll serve - To preview your site, in your web browser, navigate to http://localhost:4000.
To deploy your site, you can use GitHub Pages and Jekyll by following the instructions provided in the GitHub Pages documentation.