Awesome
Jekyll Bootstrap Quickstart ๐งช ๐ฅพ ๐
<!-- Badges generated with https://github.com/MichaelCurrin/badge-generator -->Starter template for using Jekyll 4 and the Bootstrap gem
Preview
<div align="center"> <img src="/sample.png" alt="Sample screenshot" width="500" /> </div>About
This project no longer includes the bootstrap
gem.
The CSS and JavaScript are fetched from a CDN by the default
layout.
The jekyll-simple-tab5
has been added, and it supports the tab navigation.
gem install --user-install /var/work/jekyll/jekyll-simple-tab5/pkg/jekyll_simple_tab5_1.0.0.gem
How to use this template
<div align="center"> </div>If you want to deploy to GitHub Pages using GitHub Actions, see:
Or, add a Netlify config and deploy to Netlify.
Documentation
Installation
Install Ruby and Bundler at the user level.
Clone the project or your copy of the template.
Install project dependencies:
$ make install
Usage
Start dev server:
$ make serve
Open in the browser:
Build:
$ make build
How it works
- The styles.scss file is set up to load from the Bootstrap gem.
License
Released under MIT by @MichaelCurrin.