Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mslinn/jekyll_bootstrap5_tabs

Enables Bootstrap 5 tabs in Jekyll websites
https://github.com/mslinn/jekyll_bootstrap5_tabs

bootstrap5 jekyll jekyll-tag tabs-widget

Last synced: about 1 month ago
JSON representation

Enables Bootstrap 5 tabs in Jekyll websites

Awesome Lists containing this project

README

        

# Jekyll Bootstrap 5 Tabs [![Gem Version](https://badge.fury.io/rb/jekyll_bootstrap5_tabs.svg)](https://badge.fury.io/rb/jekyll_bootstrap5_tabs)

The original version, written by Artur Gabitov, expected Markdown and Bootstrap 4.
[This version](https://rubygems.org/gems/jekyll_bootstrap5_tabs) requires Bootstrap 5 and HTML, not Markdown.

More information is available on my web site about
[this Jekyll plugin](https://www.mslinn.com/blog/2022/02/13/jekyll-gem.html)
and [my other Jekyll plugins](https://www.mslinn.com/blog/2020/10/03/jekyll-plugins.html).

## Installation

Add this to your project's `Gemfile`:

```ruby
gem 'jekyll_bootstrap5_tabs'
```

Add this to your project's `_config.yml`:

```yaml
plugins:
- jekyll_bootstrap5_tabs
```

And then execute:

```shell
$ bundle
```

## Usage

Bootstrap 5 is required.
One way to include Bootstrap 5 into a page within your project is to add the following HTML into the `